Remove a provider from a talent pool group. Either tierId or removeFromProject query parameter is required. If tierId is provided, removes the provider from the specified talent pool (tier) within the group. If removeFromProject is true, removes the provider from all talent pool groups in the project.
access_token OAuth 2.0 Access Token
In: query
Talent Pool Group UUID
Provider ID
Talent pool ID (tier) to remove the provider from
If true, removes the provider from all talent pool groups in the project
curl -X DELETE "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups/string_value/providers/0"{
"success": true,
"message": "Provider 557 removed from 1 talent pool(s)",
"removed_count": 1
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}{
"status_code": 502,
"message": "Unable to remove project provider due to invalid response from upstream service."
}application/json
application/json
application/json
application/json
Last updated on
curl -X DELETE "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups/string_value/providers/0"