Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://jobs-api.registercheck.de/api/v2/lists/{list_id}/items/{item_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "deleted": true }
Remove an entity from a list
Enter your API key
Successful Response
Standard response model for delete operations
Success message
Confirmation that the item was deleted
Was this page helpful?