Remove a provider from a talent pool group.
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": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}{
"status_code": 502,
"message": "Unable to remove project provider due to invalid response from upstream service."
}application/json
application/json
application/json
application/json
application/json
application/json
application/json
Last updated on