Marketing
campaigns, social, brand boards & links api
Permanently deletes a brand board by its ID.
cURL
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" }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28
The unique identifier for the brand board to delete
"bb_abc123def456"
Brand board deleted successfully
Whether the deletion was successful
true
Deletion confirmation message
"Brand board deleted successfully"
Was this page helpful?