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
Example request
{
"cancelledBy": "alice"
}Response
Write intent cancelled
Changes
No recorded changes to this endpoint across all 1 revision of this API.