delete
https://megsapp-nova-stg.85.group/api/v1/purchases/cards//verification
Deletes the verified-card row for (appUserId, cardToken) so the next charge will require re-verification. Idempotent — returns 204 even when no row existed. The appUserId query param is the customer's app_user.uuid; the controller resolves it to the internal BIGINT before deletion.
Access: Auth methods: JWT bearer. Requires permissions: purchase:admin.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Verification cleared (or never existed)
400Invalid request query
401Unauthorized
403Forbidden
404App user not found