POST
/api/v2/mor/public/cards/{cardId}/unassignRemove a user assignment from a merchant-owned card and cancel its pending load requests.
Authentication
Send your API key in the x-api-key header on every request.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| cardId (path) | integer (int32) | Yes |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Id | unknown | No | |
| ExternalCardId | string | No | |
| Status | string | No | |
| CardType | string | No | |
| ProductName | string | No | |
| Currency | string | No | |
| AvailableBalance | unknown | No | |
| PendingBalance | unknown | No | |
| MaskedCardNumber | string | No | |
| CardNumberLastFour | string | No | |
| CardholderName | string | No | |
| CompanyCardholderId | string | No | |
| AssignedUserId | unknown | No | |
| AssignedUserEmail | string | No | |
| AssignedUserName | string | No | |
| IsVirtual | boolean | No | |
| IsPhysical | boolean | No | |
| IsLocked | boolean | No | |
| PendingLoadRequest | object | No | |
| CreatedAt | string (date-time) | No |
Example request
curl -X POST "https://{base_url}/api/v2/mor/public/cards/{cardId}/unassign" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.