POST
/
api
/
v1
/
deleteList
/
{spaceId}
/
{listId}
curl --request POST \
  --url https://hero.page/api/v1/deleteList/{spaceId}/{listId} \
  --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

spaceId
string
required

The ID of the space

listId
string
required

The ID of the list

Response

204
_mintlify/placeholder

No Content