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