Skip to main content
DELETE
/
v3
/
inductions
/
{induction_id}
Delete an induction
curl --request DELETE \
  --url https://api.ctrl-hub.com/v3/inductions/{induction_id} \
  --header 'X-Session-Token: <api-key>'
{
  "id": "98ca4a78-b66f-4234-9719-aaf832ee6669",
  "status": "400",
  "title": "A validation error was encountered",
  "source": {
    "parameter": "include"
  },
  "meta": {
    "resource": "wrong_value"
  }
}

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

induction_id
string<uuid>
required

The unique identifier for the induction.

Response

Induction deleted successfully.