Deletes the external function with the specified ID.
cURL
curl --request DELETE \ --url https://api.play.ai/api/v1/external-functions/{functionId} \ --header 'Authorization: Bearer <token>' \ --header 'X-USER-ID: <api-key>'
Your secret API key from PlayAI, formatted as Bearer YOUR_SECRET_API_KEY.
Bearer YOUR_SECRET_API_KEY
Your unique user ID from PlayAI.
application/json
The external function's ID.
"f0gZrOKBKL7veJ6o1M"
External function deleted.
Was this page helpful?