Skip to content

Removes the user from the email bounce list. This will have no effect and return 200 if the user was not on the bounce list.

DELETE
/api/user/{userId}/emailbounce

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*

which user to remove from the list

Typeinteger
Required
Pattern"\\d+"

Responses

Success

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python