Thrive AI Health
Api reference

Revoke a pending invite

Returns `204 No Content` on success. `409 invite_already_accepted` if the invite has been accepted; `409 invite_already_revoked` if already revoked.

DELETE
/v1/admin/org/invites/{invite_id}

Path Parameters

invite_id*Invite Id

Header Parameters

org-id?string|null
x-user-id?string|null
x-request-id?string|null
traceparent?string|null
Idempotency-Key?|null

Response Body

application/json

curl -X DELETE "https://loading/v1/admin/org/invites/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}