Skip to main content
DELETE
/
api
/
board
/
{boardId}
/
cycle
/
{cycleId}
Deletes a cycle by ID, only if it belongs to the specified board.
curl --request DELETE \
  --url https://{tenant}.ekso.app/api/board/{boardId}/cycle/{cycleId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

boardId
string
required

The board ID the cycle must belong to.

cycleId
string
required

The cycle ID to delete.

Response

Cycle deleted successfully.