Skip to content

Delete template descriptor

Request

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

ID of the Template Descriptor.

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

Responses

OK

Response
No content