Menu

Delete Company

This endpoint deletes a company by ID.
To call any /companies endpoints, you need to use a JWT token or an intent token for authorization.

DELETE https://api-staging-v2.logyx.it/v1/companies/{id}

Possible responses


200 OK; Company deleted.

404 Company does not exist

Menu