API Documentation

blacklists/remove

Removes an entry from the blacklist.

URL

https://disqus.com/api/3.0/blacklists/remove.json

Accessibility

public key, secret key

Supported request methods

POST

Supported formats

json, jsonp

Requires authentication

yes

Rate limited

inherits global rate limit

Arguments

Required

  • forum

    Looks up a forum by ID (aka short name)

Optional

  • domain allows multiple

    Defaults to []

    Domain Name

  • word allows multiple

    Defaults to []

    Maximum length of 200

  • ip allows multiple

    Defaults to []

    IP address in CIDR notation

  • blacklist allows multiple

    Defaults to []

    Looks up a BlackList by id

  • user allows multiple

    Defaults to []

    Looks up a user by ID
    You may look up a user by username using the 'username' query type.

  • email allows multiple

    Defaults to []

    Email address (defined by RFC 5322)