Skip to content

Delete a roadmap list and unassign its cards​

DELETE
/product/sites/{siteId}/roadmap/lists/{listId}

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required
listId*
Type
string
Required

Responses​

OK

application/json
JSON
{
  
"list": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI