SenseCrypt Docs
API ReferenceAdmin Billing

Detach Payment Method

DELETE/v1/admin/billing/payment-methods/{pm_id}

Remove a saved card. Verifies the card belongs to this account.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

pm_id*Pm Id

Response Body

application/json

curl -X DELETE "https://example.com/v1/admin/billing/payment-methods/string"
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}