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-03-25T09:08:56.355Z", "invitedBy": { "id": 1, "name": "text", "email": "text" } }