Templates
Delete Template
Delete an email template by ID using the AutoSend API.
DELETE
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The unique identifier of the template to delete.Example:
"A-abc123def456ghi789jk"Response
Template deleted successfullyIndicates if the request was successfulExample:
trueConfirmation messageExample:
"Template successfully deleted."Error Responses
Returned when the template could not be found or the deletion failed.