DELETE
/
lists
/
{list_id}
curl --request DELETE \
  --url https://jobs-api.registercheck.de/api/v2/lists/{list_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

list_id
string
required

Response

200
application/json

Successful Response

Standard response model for delete operations