cURL
curl --request DELETE \ --url https://api.example.com/api/companies/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Enter your JWT token in the format 'Bearer '
Company ID
Company deleted successfully