Skip to main content
DELETE
/
brand-boards
/
{brandBoardId}
Delete Brand Board
curl --request DELETE \
  --url https://services.leadconnectorhq.com/brand-boards/{brandBoardId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "success": true,
  "message": "Brand board deleted successfully"
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

brandBoardId
string
required

The unique identifier for the brand board to delete

Example:

"bb_abc123def456"

Response

Brand board deleted successfully

success
boolean

Whether the deletion was successful

Example:

true

message
string

Deletion confirmation message

Example:

"Brand board deleted successfully"

Last modified on March 7, 2026