cURL
curl --request DELETE \ --url https://api.notifique.dev/v1/short-links/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "clshort01exampleid0001", "deleted": true } }
Define deletedAt, isActive: false e invalida cache. Escopo: short_links:manage.
deletedAt
isActive: false
API Key no header Authorization. Exemplo: Authorization: Bearer sk_live_xxxxx
Authorization: Bearer sk_live_xxxxx
ID (cuid) do link.
Remoção lógica concluída.
true
Show child attributes
Was this page helpful?