Brault Developers

Delete a shared link

Regionalus.api.brault.appfollows the region selector in the top bar
DELETE
/v1/shared-links/{sharedLinkId}

Permanent. Visitors holding the URL lose access at once.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

sharedLinkId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/shared-links/string"
{  "object": "deleted",  "id": "string",  "deleted": true}