Delete Connected Account

Deleting a connected account

DELETE https://api2.ourpass.co/v1/business/subaccounts/:subAccountId

Path Parameters

NameTypeDescription

subAccountId*

String

This is the unique ID of the connected account to be deleted.

Headers

NameTypeDescription

apiKey*

String

Pass your api key in the request header to authorise the call

{
    "success": true,
    "message": "Business Subaccount deleted"
}
curl --location --request DELETE 'https://user-api2-staging.ourpass.co/v1/business/subaccounts/1303' \
--header 'apiKey: {{apikey}}' \
--data-raw ''

Last updated