Delete guest

Deletes a guest and revokes their access. Any active sessions will be invalidated.

delete/guests/{guest_id}

Path parameters

guest_idstring required

The ID of the guest to delete.

The ID of the guest to delete.

Response

No Content

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/DeleteGuestOutputBody.json"
}

Changes