Skip to main content
Glama

delete_sync

Remove a data synchronization task from Polytomic by specifying its ID to stop ongoing data transfers and eliminate pipeline configurations.

Instructions

Delete a sync from Polytomic.

Args: id: The sync ID to delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The implementation of the delete_sync tool, which sends a DELETE request to the /syncs/{id} endpoint to remove a sync from Polytomic.
    @mcp.tool()
    async def delete_sync(id: str) -> str:
        """Delete a sync from Polytomic.
    
        Args:
            id: The sync ID to delete
        """
        result = await polytomic_request(f"/syncs/{id}", method="DELETE")
        return json.dumps(result, indent=2)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/therevenueengineer/polytomic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server