RocketCOMS

Remove a Recipient

Delete a recipient. A recipient cannot be restored once deleted.

Endpoint

DELETE /v1/recipients/{recipientId}

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Path Parameters

recipientId  REQUIRED

string (UUID)

ID of the recipient.

Request Body

None

Returns

If successful, returns 200 Recipient deleted successfully.

SAMPLE RESPONSE

				
					{
  200 Recipient deleted successfully
}