Delete an interview flow.
cURL
curl --request DELETE \ --url https://app.ribbon.ai/be-api/v1/interview-flows/{interview_flow_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "interview_flow_id": "<string>", "status": "<string>" }
Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'
1
OK
Indicates successful deletion of the interview flow.
The ID of the interview flow that was archived.
The new status of the interview flow after deletion.