cURL
curl --request DELETE \ --url https://api.sevalla.com/v2/applications/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Application \"54fb80af-576c-4fdc-ba4f-b596c83f15a1\" is being deleted" }
Permanently delete an application and all related resources.
Was this page helpful?