Skip to content
Go to Micro

Delete object

DELETE/v2/prism/{teamId}/identity/{identityId}

Delete object

Path ParametersExpand Collapse
teamId: optional string
formatuuid
identityId: string
formatuuid
Header ParametersExpand Collapse
"If-Match": optional string

Delete object

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