Remove dynamic recipient list by id

DELETE {{baseUrl}}/api/dynamicRecipientLists/:id

Delete a specific dynamic recipient list by its ID. This endpoint deletes information about the given dynamic recipient list. You obtain the authorization token needed to execute the request using POST /auth/login. You pass the authorization token in the request header. You obtain the dynamic recipient list ID using GET /dynamicRecipientLists. You pass the dynamic recipient list ID in the path of the request.

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
X-MSTR-ProjectIDstring