Unpin a record from the view
DELETE/v2/prism/{teamId}/{viewObjectType}/views/{viewId}/records/{objectId}
Unpin a record from the view
Unpin a record from the view
curl https://developers.micro.so/v2/prism/$TEAM_ID/$VIEW_OBJECT_TYPE/views/$VIEW_ID/records/$OBJECT_ID \
-X DELETE \
-H "x-api-key: $MICRO_API_KEY"