Deletes a communications template
curl --request DELETE \
--url https://api.rootly.com/v1/communications/templates/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Communications Template ID
communications template deleted
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/communications/templates/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.