コンテンツにスキップ

/v0/lists (DELETE)

DELETE
/v0/lists
curl --request DELETE \
--url http://localhost:3000/v0/lists \
--header 'Authorization: Bearer <token>'
id
required
string

OK

List not found

Media type application/json

List not found

object
error
required

List not found

string
Allowed values: LIST_NOT_FOUND
Example
{
"error": "LIST_NOT_FOUND"
}

Internal error

Media type application/json

Internal server error

object
error
required

Internal server error

string
Allowed values: INTERNAL_ERROR
Example
{
"error": "INTERNAL_ERROR"
}