Skip to main content
DELETE
/
labels
/
{label}
Delete label
curl --request DELETE \
  --url https://api.postflow.app/v1/labels/{label} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

label
string
required

The label ID

Response

No content