curl --location --request DELETE 'http://localhost:3030/api/v1/accounts//inboxes//remove_assign_paths' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"path_ids": [
"path_id_1",
"path_id_2",
"path_id_3"
]
}'[
{
"id": "string",
"name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"is_archived": true,
"is_closed": true,
"public_id": "string",
"workspace_id": "string",
"folder_id": "string",
"icon": "string",
"custom_domain": "string",
"theme": {},
"settings": {},
"groups": {},
"edges": {},
"variables": {},
"events": {}
}
]