Skip to main content
DELETE
Remove group share

Authorizations

Authorization
string
header
required

Personal access token, sent as Authorization: Bearer <token>.

Path Parameters

app_id
string
required

ID of the app.

share_id
string
required

ID of the share, as id in the response of List group shares.

Response

The share was removed.

success
boolean
default:true
required

Always true. A removal that doesn't happen returns an error instead.

Example:

true