Profile - Delete

Deletes a business profile.

DELETE /account/{account_id}/business_profile/{profile_id}

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

Responses

  • 200 — text/plain Profiles Deleted The response is of type boolean.

Example response:

true

Authorization

  • api-key (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

Suggest edits: https://github.com/juspay/hyperswitch/edit/main/api-reference/v1/business-profile/business-profile--delete.mdx Raise issue: https://github.com/juspay/hyperswitch/issues/new?title=Issue%20on%20docs&body=Path:%20/v1/business-profile/business-profile--delete