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 restriction

Note  You can deactivate a restriction instead of deleting it.

Endpoint

DELETE /v1/restrictions/{id}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

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
}