Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt

Use this file to discover all available pages before exploring further.

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.

Endpoint

DELETE https://api.spherepay.co/v2/business-representative/{id}

Authentication

All requests must include a Bearer token in the Authorization header.
Authorization: Bearer <token>

Path parameters

id
string
required
The ID of the business representative to delete.
  -H "Authorization: Bearer <token>"

Response fields

ok
boolean
Confirms the deletion was successful. Always true on a 200 response.
{
  "ok": true
}
Last modified on May 12, 2026