RocketKOR

COMING SOON

Remove a Card Restriction

Delete a restriction that has been created for an issued card. To delete a restriction, you will need:

  • ID of the integrated Financial Account linked to the issued card
  • ID of the restriction

Note  You can deactivate a restriction instead of deleting it.

Endpoint

DELETE /v1/integrated-cards/{financialAccountId}/restrictions/{id}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

financialAccountId  REQUIRED

string (UUID)

ID of the integrated Financial Account linked to the issued card.

id  REQUIRED

string (UUID)

ID of the card restriction.

Request Body

None

Returns

If successful, returns 204 Card restriction deleted.

SAMPLE RESPONSE

				
					{
  204 Card restriction deleted
}