DELETE
/
applications
/
{applicationId}
curl --request DELETE \
  --url https://public.zerogate.dev/api/applications/{applicationId} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>' \
  --header 'X-Workspace-ID: <api-key>'
{
  "$schema": "https://public.zerogate.dev/api/schemas/SuccessResponseStringBody.json",
  "data": "<string>",
  "success": true
}

Authorizations

X-API-Key
string
header
required
X-API-Secret
string
header
required
X-Workspace-ID
string
header
required

Path Parameters

applicationId
string
required

Application Id

Maximum length: 36
Example:

"app_14e70c46b1115d7db4776711ace1d357"

Response

200
application/json
OK
data
string
required

The response data

success
boolean
required

Whether the response is success

Example:

true

$schema
string

A URL to the JSON Schema for this object.

Example:

"https://public.zerogate.dev/api/schemas/SuccessResponseStringBody.json"