Skip to content

Delete app version
Stable

Request

Empty response

Security
apiKey
Path
version_idstring, (uuid)required

A UUID string identifying this app version.

application_idstring, (uuid)required

A UUID string identifying this application.

enterprise_idstringrequired

A UUID string identifying enterprise.

Query
request_idstring

If this value exists in cache, delete the application and cache entry.

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

Responses

No request id is provided and the application is linked to one or more templates. Returns a request_id. Call with this request id to delete the resource.

Bodyapplication/json
request_idstring, (uuid)(Request id)
templatesArray of objects

List of linked templates to an app version

Response
{ "request_id": "266ea41d-adf5-480b-af50-15b940c2b846", "templates": [ {} ] }