useGrant
Clients

Delete client

Delete a client by its ID.

DELETE
/v1/providers/{providerId}/clients/{clientId}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

providerIdRequiredstring

Unique identifier for a provider.

Format: "uuid"
clientIdRequiredstring

Unique identifier for a client.

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

Client deleted successfully.