Skip to main content
Delete a Business Representative
curl --request DELETE \
  --url https://api.spherepay.co/v2/business-representative/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}
Remove a business representative from a business customer’s KYB profile. Use this endpoint if a representative was added in error or is no longer associated with the business before the KYB submission is finalized. Deletion is permanent — you will need to register a new representative if the removal was unintentional.
This action is irreversible. Once deleted, the representative’s record and any uploaded documents associated with them cannot be recovered. Do not delete a representative after KYB has been submitted or approved.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Business Representative ID

Minimum string length: 1
Example:

"associatedPerson_d972d2f70b9f4d3c8d7cfb32593f395b"

Response

ok
boolean
required

Indicates whether the deletion was successful

Example:

true

Last modified on June 18, 2026