useGrant
Providers

Delete provider

Delete a provider by its ID.

DELETE
/v1/providers/{providerId}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

providerIdRequiredstring

Unique identifier for a provider.

Format: "uuid"
curl -X DELETE "https://sdk.usegrant.dev/v1/providers/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "Authorization: Bearer <token>"

Provider deleted successfully.