Skip to content

Delete template version (no longer supported)
deprecated

Request

Deleting template versions is not allowed. Template versions are historical records. This endpoint is retained for backwards compatibility but responds with a 400 error.

Security
oauth2(Required scopes: communicator.template:delete) or bearerAuth or apiKeyHeader
Path
templateVersionIdstring(TemplateVersionId)TV-[A-Z0-9]{4}-[A-Z0-9]{4}required

The Template Version ID.

Example:TV-AAAA-BBBB
DELETE
/communicator/templates/{templateVersionId}
curl -i -X DELETE \
  https://sandboxapi.peach.finance/api/communicator/templates/TV-AAAA-BBBB \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bad request

Bodytext/plain
string(newStatus)
Response
string