DELETE/v1.0/manage-profile/creditCardInformation/Destructive

Deletes Credit Card Information of a non-PLTE account. JWT is sufficient for this endpoint. This endpoint can be accessed only by scope org_super (Master Admin).

Parameters

No parameters.

cURL
curl -X DELETE "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/creditCardInformation/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →