Was this helpful?
curl -L \ --request POST \ --url 'https://api.laminar.run/workspaces/invitations/{token}/decline' \ --header 'Authorization: Bearer JWT'
{ "id": 1, "workspaceId": 1, "workspaceName": "text", "status": "PENDING", "invitedEmail": "text", "expiresAt": "2025-04-02T00:34:09.490Z", "invitedBy": { "id": 1, "name": "text", "email": "text" } }