Skip to main content
DELETE
/
user
/
label
/
{id}
Delete label
curl --request DELETE \
  --url https://app.autocalls.ai/api/user/label/{id} \
  --header 'Authorization: Bearer <token>'
{ "message": "Label deleted successfully" }
Delete a label. The label is removed from any assistants it was applied to — the assistants themselves are not affected.

Path Parameters

id
integer
required
The label ID. Must belong to your account.
{ "message": "Label deleted successfully" }