Tags
Delete Tag Relation
DELETE
/
tags
/
{id}
/
relation
Copy
curl --request DELETE \
--url https://api.matia.io/v1/tags/{id}/relation \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"resourceId": "<string>",
"resourceType": "<string>"
}'
Copy
{
"code": "<string>",
"message": "<string>"
}
Authorizations
Body
application/json
Response
200
application/json
Successful operation
The response is of type object
.
Copy
curl --request DELETE \
--url https://api.matia.io/v1/tags/{id}/relation \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"resourceId": "<string>",
"resourceType": "<string>"
}'
Copy
{
"code": "<string>",
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.