SerenAI

Pay Per Call Agentic Commerce

AgentCredentialSecretDeleted

Properties

PropertyTypeRequiredDescription
deleted boolean Yes
id string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "id",
    "deleted"
  ],
  "properties": {
    "deleted": {
      "type": "boolean"
    },
    "id": {
      "type": "string",
      "format": "uuid"
    }
  }
}