DELETE
/
account
/
{account_id}
/
business_profile
/
{profile_id}
curl --request DELETE \
  --url https://sandbox.hyperswitch.io/account/{account_id}/business_profile/{profile_id} \
  --header 'api-key: <api-key>'
true

Authorizations

api-key
string
header
required

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Path Parameters

account_id
string
required

The unique identifier for the merchant account

profile_id
string
required

The unique identifier for the profile

Response

200
text/plain
Profiles Deleted

The response is of type boolean.