Skip to main content
DELETE
/
v1
/
organization
/
whatsapp
/
business-profiles
/
{profileId}
cURL
curl --request DELETE \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/business-profiles/{profileId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Path Parameters

profileId
string
required

WhatsApp Business Profile ID

Example:

"wabp_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

Response

Business profile disconnected successfully

success
boolean
required
message
string
required