RocketKOR

COMING SOON

Remove a Card Alert

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

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

Note  You can deactivate an alert instead of deleting it.

Endpoint

DELETE /v1/integrated-cards/{financialAccountId}/alerts/{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 alert.

Request Body

None

Returns

If successful, returns 204 Card alert removed.

SAMPLE RESPONSE

				
					{
  204 Card alert removed
}