Identities

Unshare an identity from a group

The user must already belong to the group and must be the owner (original creator) of the identity.

DELETE
/identity/{identity_code}/share/{group_name}

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

identity_code*string
group_name*string

Response Body

curl -X DELETE "https://v2.api.piktid.com/identity/string/share/string"
Empty
Empty
Empty