Remove Items from a User
This endpoint is used to delete Items for a given User. Either a user_id or user_token must be provided. If any of the Items are not associated with the provided User, an error will be returned, and no Items will be deleted. This is equivalent to calling /item/remove on each Item, but this endpoint supports User-based use cases (CRA) where /item/remove is not supported. To obtain a list of Items associated with a User, call /user/items/get. After an Item is deleted, it will no longer appear in /user/items/get. Item deletion via /user/items/remove will permanently and irreversibly delete the Item; to re-create the Item, send the User back through the Link flow. This endpoint is not intended to remove all data for a User, as it will only remove items and no other data for the User. In the case of a user deleting their account with your product, call /user/products/terminate to stop billing for unneeded services. For a user initiated data deletion request, see the Consumer Service Center to revoke access to data.
Request body
Response
OK