Meetings

Remove a meeting from Nabrah

A meeting added by hand is deleted. One that came from a connected calendar is tombstoned instead — deleting it outright would only have the next sync bring it back. Either way it stops appearing and no bot will be sent.

deletehttps://api-notetaker.nabrah.ai/ext/v1/meetings/{id}

Path parameters

idstring · uuidrequired

Request

cURL
curl -X DELETE https://api-notetaker.nabrah.ai/ext/v1/meetings/{id} \
  -H "Authorization: Bearer $NABRAH_API_KEY"

Responses

200Done.
401No key, an unknown key, or one that has been revoked or has expired.
403The key is read only, or lacks the reach for this route.
404No such record — or one that belongs to another account.
422The body or query failed validation; details names the field.
429Too many requests. Retry-After says how long to wait.
{
  "data": {}
}