XentrDeveloper Docs
API ReferenceEdges

Clear an edge target pin (staff)

Unpins edges.target_version so the edge follows its channel again. Use for incident response after a bad pin.

POST
/api/edges/{id}/rollback
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Edge UUID

Query Parameters

organizationId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

reason?string

Free-text reason shown in the audit log.

Response Body

curl -X POST "https://api.xentr.ai/api/edges/string/rollback?organizationId=string" \  -H "Content-Type: application/json" \  -d '{}'
Empty