Skip to main content
DELETE
/
accounts
/
{account_id}
/
shared-links
/
{id}
Delete a shared link
curl --request DELETE \
  --url https://www.useroulette.com/api/v1/accounts/{account_id}/shared-links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

account_id
string<uuid>
required
id
string<uuid>
required

Response

success
boolean
data
object