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>'