Delete lists
Deletes a single or multiple list attributes of a profile.
Please log in to see full path URL. Learn why.
delete
/people/3/lists
Authorizations:
Scopes:
Request rate limit:
3 requests / second (per account)
query Parameters
listNames required | Array of strings Names of list attributes to delete, separated by commas (,). |
type required | string Enum: "ID" "EXTERNAL_ID" "PHONE" "EMAIL" "LINE" "FACEBOOK" "TELEGRAM" "PUSH" "LIVE_CHAT" "VIBER_BOTS" "INSTAGRAM" "INSTAGRAM_DM" "TWITTER" "APPLE_BUSINESS_CHAT" "KAKAO_SANGDAM" "OPEN_CHANNEL" Type of the person ID. Can be one of the above. |
identifier required | string Person ID. ID type must match the |
sender | string Sender or application ID. |
Responses
204
Success
400
Bad request
401
Unauthorized
403
Forbidden
404
Not found
429
Too Many Requests
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g -X DELETE 'https://{baseUrl}/people/3/lists?listNames=%7BlistNames%7D&type=%7Btype%7D&identifier=%7Bidentifier%7D' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Example
identifier is not provided
identifier is not provided
Copy
Collapse all {- "errorCode": 400116,
- "message": "Missing parameter: identifier"
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See