- sso
- admin
- applications
- auth
- auth-eth
- access
- planning
- pbe-access
- newsletter
- user
- wallet
- Get API versionGET
delete
DELETE
https://sso.dlab.ovh/api/access/planning/session/delete
Request
Header Params
Authorization
string
required
Example:
Bearer {{token}}
Body Params application/json
id
integer
session id
Example
{
"id": 1
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://sso.dlab.ovh/api/access/planning/session/delete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
Responses
🟢200Success
application/json
Body
id
integer
required
start
string
required
end
string
required
type
string
required
createdAt
string
required
updatedAt
string
required
Example
{
"id": 1,
"start": "2022-07-01T10:00:00.000Z",
"end": "2022-07-01T18:00:00.000Z",
"type": "early-access",
"createdAt": "2022-07-01T07:21:34.000Z",
"updatedAt": "2022-07-01T07:21:34.000Z"
}