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"
}

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.