Remove user from list

Use this endpoint to remove a user from a custom list.

Path Params
integer
required

Specify the ID of the list from which you want to remove a user.

Body Params

Specify the details of the user that you want to remove from the list.

string
required

Specify the key that you use to identify a user. This field can either take customer_id or email.

string
required

Specify the value of the identifier key. For example, if you specify customer_id in the identifier_key field, specify the user's alphanumeric customer ID in this field. Such as abcd1234. If you specify email in the identifier_key, specify the user's email address.

Responses
200

OK

400

Bad request - The request was invalid or cannot be otherwise served. An accompanying error message will explain further.

404

Resource not found - Can happen due to resource conflicts. Re-try with exponential backoff. Contact us on [email protected] if the issue persists.

409

Conflict error, please retry - The request could not be completed due to a conflict with the current state of the target resource, re-try with exponential backoff.

429

Rate limit exceeded - Too many requests. Contact us on [email protected] for recommended throughput.

500

Internal Server Error - Please contact blueshift for more information.

502

Service unavailable, please retry - Bad Gateway, re-try with exponential backoff.

503

Service unavailable, please retry - Service Unavailable, re-try with exponential backoff.

504

Service unavailable, please retry - Gateway Timeout, please re-try with exponential backoff.

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json