cURL
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>" } ] }
Deletes a function, and unlinks it from any agents.
ID of the function.
Successful operation
The response is of type object.
object