{
"emails": [
"string"
]
}
curl --location --request DELETE 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/stages/delete-candidates' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"string"
]
}'
{
"message": "string",
"status": 0,
"data": [
"string"
]
}