Delete a specific Sync Document Permission.

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://twilio.demo.bump-doc.com/doc/sync/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Sync MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/sync/mcp"
}
Close
DELETE /v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}

Sync document permissions

Delete a specific Sync Document Permission.

Path parameters

  • ServiceSid string Required

    The SID of the Sync Service with the Document Permission resource to delete.

  • DocumentSid string Required

    The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's sid or its unique_name.

  • Identity string Required

    The application-defined string that uniquely identifies the User's Document Permission resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}
curl \
 --request DELETE 'https://sync.twilio.com/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}' \
 --user "username:password"