Delete Tag

DELETE /api/v2/tags/:tag_id

Path Parameters

Name
Type
Description

tag_id

string

Tag UUID

Headers

Name
Type
Description

Authorization

string

Bearer token

Content-Type

string

application/vnd.api+json

Response

204 No Content

Example

curl -i --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/tags/a8e22ad3-b8b1-4fe2-a08a-45e5ba39df7d \
  --header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
  --header 'Content-Type: application/vnd.api+json'

Last updated

Was this helpful?