Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a response by ID.
curl -X DELETE https://gateway.bud.studio/v1/responses/resp_abc123 \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "x-model-name: gpt-4"
{ "id": "resp_abc123", "object": "response", "deleted": true }