Skip to main content
POST
/
api
/
5
/
user
/
out
out
curl --request POST \
  --url https://sg.sobot.io/api/5/user/out \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "partnerid": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
partnerid
string

Response

200

No Content