# Revoking a guest account Admin only

To revoke (delete) a guest account by its ID, use the following endpoint:

DELETE /api/guest-accounts/{guestAccountId}

On success the response will be the default API response with the data being true.