boards

Delete board section

Delete a board section on a board owned by the "operation user_account" - or on a group board that has been shared with this 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.
delete/boards/{board_id}/sections/{section_id}

Path parameters

board_idstring required

Unique identifier of a board.

section_idstring required

Unique identifier of a board section.

Query parameters

ad_account_idstring

Unique identifier of an ad account.

Response

The request has succeeded.

idstring
namestring required

Example response

{
  "id": "549755885175",
  "name": "Salads"
}

Changes

Changed in 3 of the 29 revisions of this API.28

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • added the success response with the status 200

      response-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 new optional query request parameter ad_account_id

      new-optional-request-parameter

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v58583f6373a8022See the full diff
    • added the pattern ^\d+$ to the path request parameter board_id

      request-parameter-pattern-added

    • added the pattern ^\d+$ to the path request parameter section_id

      request-parameter-pattern-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added