Deletes a payment key owned by the current user.
GET/paymentkeys/delete
Validates user and ownership, then deletes the specified key. Returns BadRequest if the user is invalid,
the key is not found, or ownership validation fails.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.