Backend API
Delete an API authentication app
cURL
curl --request DELETE \ --url https://api.wacht.dev/api-auth/apps/{app_slug} \ --header 'Authorization: <api-key>'
{ "errors": [ { "message": "<string>", "code": 123 } ] }
API key authentication (format: Bearer {api_key})
API Auth app name
API auth app deleted
Was this page helpful?