delete http://localhost:3000/v1/api/identities/
this is a soft delete, we delete all the relations we have to this identity but we make it impossible to re-use
Log in to see full request history
Responses
200OK
this is a soft delete, we delete all the relations we have to this identity but we make it impossible to re-use
200OK
xxxxxxxxxx
curl --request DELETE \
--url http://localhost:3000/v1/api/identities/identityId \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: