Skip to main content
DELETE
/
api
/
external
/
customer
/
{customer}
/
owner
/
{owner}
Delete a customer owner
curl --request DELETE \
  --url https://api-prod.blaaiz.com/api/external/customer/{customer}/owner/{owner} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Owner deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.business.blaaiz.com/llms.txt

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customer
string<uuid>
required
owner
string<uuid>
required

Response

Owner deleted.