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