DELETE
/
functions
/
{id}
curl --request DELETE \
  --url https://api.vogent.ai/api/functions/{id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "type": "transfer",
  "lifecycleMessages": {
    "started": [
      "<string>"
    ]
  },
  "allowedNumbers": [
    {
      "number": "<string>"
    }
  ]
}

Path Parameters

id
string
required

ID of the function.

Response

200
application/json

Successful operation

The response is of type object.