cURL
curl --request DELETE \ --url https://api.postflow.app/v1/labels/{label} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Deletes a label and removes it from all associated posts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The label ID
No content