Delete board
Delete a board owned by the "operation user_account".
- Optional: Business Access: Specify an ad_account_id to use the owner of that ad_account as the "operation user_account".
- By default, the "operation user_account" is the token user_account.
Path parameters
Query parameters
Unique identifier of an ad account.
Response
The request has succeeded.
Example response
{
"collaborator_count": 17,
"description": "My favorite summer recipes",
"follower_count": 13,
"id": "549755885175",
"is_ads_only": true,
"media": {
"image_cover_url": "https://i.pinimg.com/400x300/fd/cd/d5/fdcdd5a6d8a80824add0d054125cd957.jpg",
"pin_thumbnail_urls": [
"https://i.pinimg.com/150x150/b4/57/10/b45710f1ede96af55230f4b43935c4af.jpg",
"https://i.pinimg.com/150x150/dd/ff/46/ddff4616e39c1935cd05738794fa860e.jpg",
"https://i.pinimg.com/150x150/84/ac/59/84ac59b670ccb5b903dace480a98930c.jpg",
"https://i.pinimg.com/150x150/4c/54/6f/4c546f521be85e30838fb742bfff6936.jpg"
]
},
"name": "Summer recipes",
"pin_count": 5
}Changes
Changed in 5 of the 29 revisions of this API.18
- ○
added the success response with the status
200response-success-status-added
This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
removed the non-success response with the status
409response-non-success-status-removed
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterad_account_idnew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
- ▲
added the pattern
^\d+$to thepathrequest parameterboard_idrequest-parameter-pattern-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ▲