cURL
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>" } }
Permanently delete a shared link. The link will immediately stop working and cannot be recovered.
Show child attributes