RocketCOMS

Remove a Keyword Filter List

Delete a keyword filter list. The list will be removed from all campaigns that it is currently associated with. A keyword filter list cannot be restored once deleted.

Endpoint

DELETE /v1/filter-words/{filterWordsId}

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

filterWordsId  REQUIRED

string (UUID)

Unique ID assigned to the keyword filter list in RocketCOMS.

Request Body

None

Returns

If successful, returns 200 Filter words deleted successfully.

SAMPLE RESPONSE

				
					{
  200 Filter words deleted successfully
}