RocketCOMS

Remove a Recipient List

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

Endpoint

DELETE /v1/recipients/lists/{namedRecipientsListId}

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

namedRecipientsListId  REQUIRED

string (UUID)

Unique ID for the recipient list in RocketCOMS.

Request Body

None

Returns

If successful, returns 200 Named recipients list deleted successfully.

SAMPLE RESPONSE

				
					{
  200 Named recipients list deleted successfully
}