Delete Space
Delete a workspace (irreversible)
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
space_id | number | Required | Space ID |
Examples
MCP Tool Call
{
"name": "podio_deleteSpace",
"arguments": {
"space_id": 12345
}
}REST API
curl -X POST https://api.syncello.io/v1/tools/podio/deleteSpace \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"space_id": 12345
}'