POST
/
clearSession
/
{customerId}
/
all
curl --request POST \
  --url https://gateway.cyrexa.com/customer/1.0.0/clearSession/{customerId}/all \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'tenantId: <tenantid>' \
  --header 'token: <token>' \
  --data '{
  "payload": {}
}'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

token
string
required
tenantId
string
required

Tenant/Owner id

Path Parameters

customerId
string
required

Body

application/json
Sample Payload
payload
object

Response

default

Default response