ChatGPT · Arazzo Workflow
ChatGPT Response Lifecycle With Cleanup
Version 1.0.0
Create a stored response, read its output, then delete it.
View Spec
View on GitHub
AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtimeArazzoWorkflows
Provider
Workflows
response-lifecycle-cleanup
Create, read, and delete a single stored Responses API response.
Creates a stored response, retrieves its generated text and usage, then deletes the stored response and confirms the deletion flag.
1
createResponse
createResponse
Create the stored response so it can be retrieved and later deleted.
2
readResponse
getResponse
Retrieve the stored response by id to capture the generated text and token usage before deleting it.
3
deleteResponse
deleteResponse
Delete the stored response so it no longer persists on the account, and confirm the deletion flag in the body.