Skip to main content
DELETE

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The unique identifier of the template to delete.Example: "A-abc123def456ghi789jk"

Response

Template deleted successfully
boolean
Indicates if the request was successfulExample: true
string
Confirmation messageExample: "Template successfully deleted."

Error Responses

object
Returned when the template could not be found or the deletion failed.