Skip to main content
DELETE
/
api
/
mail
/
ticketing
/
{id}
Deletes a ticketing configuration by identifier.
curl --request DELETE \
  --url https://{tenant}.ekso.app/api/mail/ticketing/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

id
string
required

The unique identifier of the ticketing configuration to delete.

Response

Ticketing configuration deleted successfully.