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
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/DeleteGuestOutputBody.json"
}