DELETE
https://stoplight.io/mocks/replyteam/reply/765516802
/
blacklist
curl --request DELETE \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/blacklist \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "domains": [
      "spam-domain.com",
      "malicious-site.net"
    ],
    "emails": [
      "spam@example.com",
      "unwanted@mail.com"
    ]
  }
]'
{
  "message": "Items deleted successfully"
}

Body

application/json ยท object[]

The body is of type object[].

Response

200 - application/json

Blacklist items deleted successfully

The response is of type object.