Skip to main content
DELETE
/
api-auth
/
apps
/
{app_slug}
Delete API auth app
curl --request DELETE \
  --url https://api.wacht.dev/api-auth/apps/{app_slug} \
  --header 'Authorization: <api-key>'
{
  "errors": [
    {
      "message": "<string>",
      "code": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

app_name
string
required

API Auth app name

Response

API auth app deleted