# Delete Session **DELETE /v1/auth/sessions/delete** Delete an identity session in an App. You can only send in one of the following: `session_token`, `session_jwt`, `session_id`. If more than one parameter is sent in, a validation error will be returned. ## HTTP Request `DELETE /v1/auth/sessions/delete` ## Returns A successful response returns an object with `message` property. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ## Body parameters Content-type: application/json - **session_token** (string) `Required if session_id and session_jwt not present` Unique Session Token to delete. - **session_jwt** (string) `Required if session_id and session_token not present` Unique Session JWT to verify. - **session_id** (string) `Required if session_token and session_jwt not present` Unique Given Session ID to delete. ## Responses ### 200: #### Body Parameters: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)