DELETE
/
incorporation-requests
/
{id}
curl --request DELETE \
  --url http://staging.api.commenda.io/api/v1/incorporation-requests/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Important Note: Once an incorporation request is submitted, the Commenda team will begin work on the incorporation and this delete endpoint can no longer be used. To cancel an ongoing incorporation request, please reach out to the Commenda operations team directly.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the incorporation request to delete.

Response

204

Incorporation request successfully deleted