Skip to content

Delete an application
Stable

Request

Empty response

Security
apiKey
Path
application_idstring, (uuid)required

A UUID string identifying this application.

enterprise_idstringrequired

A UUID string identifying enterprise.

cURL
curl -i -X DELETE \
  'https://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/application/{application_id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The resource was deleted successfully.

Response
No content