Bulk delete labels
Body
required
application/json
Labels - array of IDs to be deleted
- Type: array integer[]
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/label
curl https://test.boost.space/api/label \
--request DELETE \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '[
1
]'
[
1
]