Delete contact group MCP response
MCP tool response returned after deleting a GovTribe workspace contact group.
- Returned by: Delete contact group MCP tool
- Response type: Structured deletion confirmation
Response Shape
The delete contact group tool returns a structured confirmation after the contact group is deleted.
| Field | Type | Notes |
|---|---|---|
status | string | deleted when the delete action succeeds. |
contact_group_id | string | GovTribe ID of the deleted contact group. |
message | string | Human-readable deletion confirmation. |
Example
{
"status": "deleted",
"contact_group_id": "CONTACT_GROUP_ID",
"message": "The contact group has been deleted."
}