Skip to main content
DELETE
/
lists
/
{listId}
Delete list
curl --request DELETE \
  --url https://inboxapp.com/api/v1/lists/{listId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.inboxapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

listId
string
required

The ID of the list to delete.

Pattern: ^[0-9a-z]+$

Body

application/json

The body is of type object.

Response

200 - application/json

OK

success
any
required