curl --request DELETE \
--url https://api.example.com/api/Candidates \
--header 'Content-Type: application/json' \
--data '[
123
]'Deletes multiple Candidates based on the id list passed.
curl --request DELETE \
--url https://api.example.com/api/Candidates \
--header 'Content-Type: application/json' \
--data '[
123
]'OK
Was this page helpful?