Skip to main content
DELETE
Removes the given tags from the given data items. Every tag in tag_ids is removed from every data item in data_ids.
This DELETE request takes a JSON body rather than query parameters. Set the Content-Type header to application/json and send data_ids and tag_ids in the body.
array
required
Array of data item UUIDs to untag
array
required
Array of tag UUIDs to remove

Response

Returns an empty response on success.