curl --request DELETE \
--url https://api.devhelm.io/api/v1/monitors/{id}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tagIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'curl --request DELETE \
--url https://api.devhelm.io/api/v1/monitors/{id}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tagIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'API key (dh_live_...) or Auth0 JWT token
Request body for removing tags from a monitor
IDs of the tags to detach from the monitor
1IDs of the tags to detach from the monitor
No Content