RocketKOR

Remove a Recipient

Delete a Recipient Account. All Financial Accounts linked to the Recipient Account will be deleted as well.

Important  Deleted accounts cannot be retrieved. Instead of deleting an account, you can temporarily suspend the account.

Endpoint

DELETE /v1/recipients/{recipientId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

recipientId  REQUIRED

string (UUID)

Recipient Account ID.

Request Body

None

Returns

If successful, returns 204 Recipient has been deleted.

SAMPLE RESPONSE

				
					{
  204 Recipient has been deleted
}