v1
latestOpenAPI 3.0.02026-08-04891301.4 MBRemove a member from a thread
Removes a user or agent membership from the specified thread. The authenticated user must have access to the thread. A successful removal returns HTTP 204 with no response body.
Supply either user or agent depending on the value of type. Returns 404 if the thread or the membership record does not exist.
delete/api/v1/threads/{thread}/members
Path parameters
threadstring required
Thread ID (thr_...) identifying the thread to remove the member from.
Response
No content