Deletes a communications template
curl --request DELETE \
--url https://api.rootly.com/v1/communications/templates/{id} \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"title": "<string>",
"status": "<string>",
"code": "<string>",
"detail": "<string>"
}
]
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/communications/templates/{id} \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"title": "<string>",
"status": "<string>",
"code": "<string>",
"detail": "<string>"
}
]
}