API ReferenceServices
Remove service provider
Remove a provider from the rotation for a service.
Authorization
authorization AuthorizationBearer <token>
In: header
Path Parameters
service_id*string
The service's unique identifier
Match
^srv_\w{12}$provider_id*string
The provider's unique identifier
Match
^prov_\w{12}$Response Body
text/plain
application/json
application/json
curl -X DELETE "https://example.com/v1/services/srv_abcdef123456/providers/prov_abcdef123456"""