Skip to main content
DELETE
/
v1
/
projects
/
{PROJECT_ID}
/
lists
/
{LIST_ID}
Delete a list
curl --request DELETE \
  --url https://api.domo.com/v1/projects/{PROJECT_ID}/lists/{LIST_ID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

PROJECT_ID
string
required

The ID of the project

LIST_ID
string
required

The ID of the list

Response

200

Returns the parameter of success or error based on the project ID and list ID being valid.