Removes a provider from a service territory. Either tierId or removeFromProject query parameter is required. If tierId is provided: Removes the provider from the specified talent pool within the group. If removeFromProject is true: Removes the provider from all service territories in the project.
access_token OAuth 2.0 Access Token
In: query
Service Territory 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/service-territories/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/service-territories/string_value/providers/0"