curl --request DELETE \
--url https://apix.us.amity.co/api/v2/blacklist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>'{
"status": "error",
"code": 404,
"message": "Resource Not Found."
}Delete rule from blacklist
curl --request DELETE \
--url https://apix.us.amity.co/api/v2/blacklist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>'{
"status": "error",
"code": 404,
"message": "Resource Not Found."
}