curl --request DELETE \
--url https://api.dock.us/{version}/boards/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "RiHO4e0Ju3DS"
}
}
Delete a board by ID
curl --request DELETE \
--url https://api.dock.us/{version}/boards/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "RiHO4e0Ju3DS"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier
"RiHO4e0Ju3DS"
Board deleted
The response is of type object
.