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
List of target list IDs
1
Successful Response
Standard response model for delete operations
Success message
Confirmation that the item was deleted
Was this page helpful?