cURL
curl --request DELETE \ --url https://public.api.micro1.ai/interview/{interviewId} \ --header 'x-api-key: <api-key>'
{ "status": true, "message": "Interview deleted successfully" }
This endpoint deletes an existing interview by ID.
API key to access the API
ID of the interview to delete
Successful response
Response for deleting an interview
Whether the request was successful
true
The message for the response
"Interview deleted successfully"