API ReferenceProviders

Deactivate provider

Deactivates an existing provider.

DELETE
/v1/providers/{provider_id}

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

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/providers/prov_abcdef123456"
""