DELETE
/
merchants
/
{id}
curl --request DELETE \
  --url https://api.sulu.sh/v0/merchants/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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 merchant organization to be deleted.

Response

204
_mintlify/placeholder

Merchant organization deleted successfully