curl --location --request POST 'https://api.inboxkit.com/v1/api/mailboxes/forwarding/remove' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uids": [
"string"
]
}'{
"error": false,
"message": "Forwarding removal jobs created for 2 mailbox(es)",
"jobs": [
{
"uid": "fwd-d4e5f6g7-h8i9-0123-defg-hi4567890123",
"mailbox_uid": "mb-123e4567-e89b-12d3-a456-426614174000",
"action": "disable",
"status": "pending",
"created_at": "2025-01-15T12:20:15.000Z"
}
]
}