Skip to content
Go to Micro

Delete a view bundle

DELETE/v2/prism/{teamId}/{viewObjectType}/views/{viewId}

Delete a view bundle

Path ParametersExpand Collapse
teamId: optional string
formatuuid
viewObjectType: "action" or "deal" or "document" or 3 more
One of the following:
"action"
"deal"
"document"
"event"
"identity"
"organization"
viewId: string
formatuuid

Delete a view bundle

curl https://developers.micro.so/v2/prism/$TEAM_ID/$VIEW_OBJECT_TYPE/views/$VIEW_ID \
    -X DELETE \
    -H "x-api-key: $MICRO_API_KEY"
Returns Examples