DELETE Session
Delete a session belonging to the API-Key by referencing the session_key - if it has not yet been stated by the User.
https://openapi.paveapi.com/v1/sessions/:session_keySample Response (200: Ok)
{
"message": "Session :session_key has been successfully removed."
}Sample Response (400: Bad Request)
{
"message": "Session :session_key has been started and cannot be deleted."
}Sample Response (404: Not Found)
Last updated
