Skip to main content
DELETE
/
api
/
stores
/
{storeId}
/
provider-credentials
/
{id}
Delete provider credential
curl --request DELETE \
  --url https://api.example.com/api/stores/{storeId}/provider-credentials/{id} \
  --cookie better-auth.session_token=

Authorizations

better-auth.session_token
string
cookie
required

Path Parameters

storeId
string
required
id
string
required

Response

204 - application/json

Default Response