Delete label
Delete a label from the organization.
Any user can delete basic labels, but Organization Admin permissions are required to delete Verified and Homepage labels.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The name of the label to delete. Lookup is case-insensitive.
URL-encode special characters.
Query Parameters
Requires an Organization API key. Optional user ID that attributes the action to the specified user.
Response
Label deleted successfully. No response body.