Skip to main content
DELETE
/
api
/
v1
/
lists
/
{id}
Delete list
curl --request DELETE \
  --url https://api.getarca.app/api/v1/lists/{id} \
  --header 'Authorization: Bearer <token>'
This action is irreversible. Deleting a list cascades to all tasks inside it.
Requires the lists:write scope.

Path parameters

id
string
required
The numeric list ID.

Response

Returns 204 No Content with an empty body on success.