APIPersonal data

Delete a public share

DELETE
/api/v1/shares/{id}

Authorization

bearerAuth shares.write
AuthorizationBearer <token>

Send Authorization: Bearer <credential>. Create API keys in AirTrail Security settings. OAuth clients use authorization code with PKCE S256 and a resource identifier matching /api/v1.

In: header

Scope: shares.write

Path Parameters

id*integer

Resource ID.

Range1 <= value

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/shares/1"
Empty