Media
Delete a media tag without deleting media
DELETE
/media/tags/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/problem+json
curl -X DELETE "https://example.com/media/tags/string"{ "$schema": "https://example.com/api/v1/schemas/DeleteMediaTagOutputBody.json", "deleted": true}