cURL
curl --request DELETE \ --url https://jobs-api.registercheck.de/api/v2/lists/items/{item_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "list_ids": [ "<string>" ] }'
{ "message": "<string>", "deleted": true }
Remove an entity from multiple lists
Enter your API key
Request model for operations involving multiple list IDs
Successful Response
Standard response model for delete operations
Was this page helpful?