Delete a label
DELETE/api/v1/workspaces/:slug/projects/:project_id/labels/:pk/
Permanently remove a label from the project. This action cannot be undone.
Request
Responses
- 204
- 401
- 403
- 404
Resource deleted successfully
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Label not found