identity

Deactivate a Session

Calling this endpoint deactivates the specified session. Session data is not deleted.

delete/admin/sessions/{id}

Path parameters

idstring required

ID is the session's ID.

Response

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.

Changes