Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
curl --request DELETE \
--url https://{instance}.omniapp.co/api/v1/labels/{labelName} \
--header 'Authorization: Bearer <token>'{
"error": "<response_code>",
"message": "<error_reason>"
}Delete a label from the organization.
Any user can delete basic labels, but Organization Admin permissions are required to delete Verified and Homepage labels.
curl --request DELETE \
--url https://{instance}.omniapp.co/api/v1/labels/{labelName} \
--header 'Authorization: Bearer <token>'{
"error": "<response_code>",
"message": "<error_reason>"
}Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The name of the label to delete. Lookup is case-insensitive.
URL-encode special characters.
Requires an Organization API key. Optional user ID that attributes the action to the specified user.
Label deleted successfully. No response body.
Was this page helpful?