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

Path parameters

id
string
required
The numeric folder ID.

Response

Returns 204 No Content with an empty body on success.