DELETE
/
share
curl --request DELETE \
  --url https://api.gologin.com/share \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "invitesForDelete": [
    "6200f55e7685342e170dc531"
  ]
}'

Authorizations

Authorization
string
header
required

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

Body

application/json