Skip to main content
DELETE
/
api
/
v1
/
labels
/
{id}
Delete label
curl --request DELETE \
  --url https://api.getarca.app/api/v1/labels/{id} \
  --header 'Authorization: Bearer <token>'
This action is irreversible.
Requires the workspaces:write scope. Only workspace owners and admins can delete labels.

Path parameters

id
string
required
The numeric label ID.

Response

Returns 204 No Content with an empty body on success.