Delete multiple marks
Removing multiple marks
You can only delete those tags that the user created himself. After deleting the marks, a push will be sent for each deleted mark with the type mark_deleted to the channel user.ID
DELETE /api/v1/marks |
Parameters
array
marks, An array of mark IDs to remove.
200 |
Successful response
JSON
|
401 |
Authorization token not sent or not valid |
403 |
If the label cannot be removed |
422 |
Returns a JSON object with an error.
JSON
|