cURL
curl --request DELETE \ --url https://base_url/api/v1/corporations/{id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete a corporation by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the corporation to delete.
Delete one corporation response.