talent_pool_id (int, as path parameter) : The unique identifier of the talent pool to delete.talent_pool_id=123204 No Content : A success response indicating the talent pool was deleted successfully.404 Not Found : If the specified talent pool does not exist or does not belong to the authenticated company.curl --location --request DELETE 'https://api.recruspace.com/api/v1/client/talent-pools//' \
--header 'Authorization: Bearer <token>'{
"success": "ERROR",
"error_code": 400,
"errors": {
"email": [
"This field is required."
]
},
"message": "Bad Request",
"details": "email : This field is required."
}