Skip to main content
DELETE
/
templates
/
presentations
/
{id}
Delete presentation template by id.
curl --request DELETE \
  --url https://test.didxtech.com/me-creds/api/templates/presentations/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

204

No content