DELETE
/
apps
/
{appId}
curl --request DELETE \
  --url https://api.us.vartiq.com/apps/{appId} \
  --header 'companyid: <companyid>' \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Headers

companyid
string
required

The unique identifier of your company

URL Parameters

appId
string
required

The unique identifier of the app to delete

Response

success
boolean

Indicates if the request was successful

message
string

A message describing the result of the operation

Response Example

{
  "success": true,
  "message": "App deleted successfully"
}
DELETE
/
apps
/
{appId}
curl --request DELETE \
  --url https://api.us.vartiq.com/apps/{appId} \
  --header 'companyid: <companyid>' \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Headers

companyid
string
required

The unique identifier of your company

URL Parameters

appId
string
required

The unique identifier of the app to delete

Response

success
boolean

Indicates if the request was successful

message
string

A message describing the result of the operation

Response Example

{
  "success": true,
  "message": "App deleted successfully"
}