Batch Unassign

DELETE /:account/conversation_filters/:conversation_filter/conversations/assign

Multiple conversations in a given filter can be unassigned by a user so that the conversations are moved out of the User’s “Assigned to Me” filter.

Examples

Batch unassign with IDs

Request

DELETE /my_account/conversation_filters/active/conversations/assign

Body

{
   "conversations": ["/conversations/BYoaNE", "/conversations/JYnGLo", "/conversations/6LR9Yj"]
}
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
    -H Authorization:"Bearer {token}" \
    -X DELETE /my_account/conversation_filters/active/conversations/assign
    -d '{
   "conversations": ["/conversations/BYoaNE", "/conversations/JYnGLo", "/conversations/6LR9Yj"]
}'

Response

Status

202

Response Type

No body


© 2024 TextUs