Skip to main content
DELETE
/
interviews
/
{id}
/
call-attempts
/
{attemptId}
Delete call attempt
curl --request DELETE \
  --url https://api.instaview.sk/interviews/{id}/call-attempts/{attemptId} \
  --header 'Authorization: Bearer <token>'
Cancels and permanently deletes a specific call attempt.
ONLINE Interviews: Individual call attempt management is strictly forbidden for ONLINE interviews.

Overview

Deleting a call attempt removes it from the interview’s history and cancels it if it was scheduled for the future.

Constraints

  • In-Progress Protection: Like rescheduling, deleting a call attempt that is currently IN_PROGRESS is blocked.
  • Interview Completion: Deleting call attempts does not delete the interview itself. If you wish to delete the entire interview and all its data, use the Delete Interview endpoint instead.
Use Case: This endpoint is typically used to clean up failed or redundant attempts from the interview history or to cancel a pending retry that is no longer needed.

Authorizations

Authorization
string
header
required

API key for authentication using Bearer scheme

Path Parameters

id
string<uuid>
required
attemptId
string<uuid>
required

Query Parameters

companyId
string

Required for ATS API keys to specify which company to access. Ignored for standard company API keys.

Response

204

Call attempt deleted successfully