Skip to main content
DELETE
/
twitter
/
dm
/
block
/
{user_id}
Unblock User in DMs
curl --request DELETE \
  --url https://api.apitwitter.com/twitter/dm/block/{user_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "cookie": "<string>",
  "proxy": "<string>"
}
'
{
  "status": "success",
  "msg": "User unblocked"
}

Authorizations

X-API-Key
string
header
required

Your API key

Path Parameters

user_id
string
required

Numeric Twitter user ID to unblock in DMs

Body

application/json

Twitter auth cookie

proxy
string
required

Proxy URL to use for the request (HTTP or SOCKS5)

Response

User unblocked in DMs

status
string

Response status

Example:

"success"

msg
string

Response message

data
any

Response data