Skip to main content
DELETE
/
v1
/
auth
/
delete-app
Delete an app
curl --request DELETE \
  --url https://api.vendaze.com/v1/auth/delete-app \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "jsmith@example.com",
  "client_secret": "<string>"
}
'
{
  "error": {
    "code": "bad_request",
    "message": "Request body must be valid JSON.",
    "request_id": "550e8400-e29b-41d4-a716-446655440000"
  }
}

Body

application/json
client_id
string<uuid>
required
email
string<email>
required

The API never reveals which email is on file.

client_secret
string
required

Response

App deleted. No response body.