Skip to main content
POST
/
api
/
plan
/
{boardId}
/
unplan
Removes an item from a board and cycle, returning it to the backlog.
curl --request POST \
  --url https://{tenant}.ekso.app/api/plan/{boardId}/unplan \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "itemId": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

boardId
string
required

Body

itemId
string

Response

OK

success
boolean