Skip to main content
DELETE
/
labels
/
{label}
curl -X DELETE https://app.trypost.it/api/labels/c3d4e5f6-a7b8-9c0d-1e2f-3a4b5c6d7e8f \
  -H "Authorization: Bearer tp_your_api_key"

Request

label
string
required
The label ID to delete.

Response

Returns 204 No Content on success.
curl -X DELETE https://app.trypost.it/api/labels/c3d4e5f6-a7b8-9c0d-1e2f-3a4b5c6d7e8f \
  -H "Authorization: Bearer tp_your_api_key"