v1

latestOpenAPI 3.0.3MIT2026-07-17241338.5 KB
External

Cancel write intent

Cancels a pending external write intent, preventing the agent from writing to the external provider.

post/api/orgs/{org}/external/write-intents/{name}/cancel

Path parameters

orgstring required
Example:default

Organization slug

namestring required
Example:write-intent-push-abc

Write intent resource name

Request body

cancelledBystring

Identity of the person cancelling the intent

resourcesobject

Additional resource context

Example request

{
  "cancelledBy": "alice"
}

Response

Write intent cancelled

cancelledboolean
intentNamestring