Menu

Delete Company to Supplier

This endpoint deletes Company to Supplier.
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}/supplier/{id}

Possible responses


200 OK; Supplier and company linked was removed.

404 Supplier and Company link does not exist.

Menu