TelefonAIv1
Calendar setup

Marks the practitioner INACTIVE — they are not deleted

Marks the practitioner INACTIVE — they are not deleted. Their name is on every booking they have had, and that history stays.

DELETE/v1/resources/{id}

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

idstringpathrequired

The id of the resource.

Request

curl --request DELETE \
  --url "https://api.telefonai.dk/v1/resources/<id>" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}
Marks the practitioner INACTIVE — they are not deleted — TelefonAI