Deactivate

How to delete a user with Bonita 6.1+ Rest API ?

Hello bonita community,

I am writing a java client for bonita 6.1 rest API using Apache HttpClient 4.3.1

Currently i'm facing a problem with the HTTP DELETE method.

When i want to delete a single entry I execute a httpDelete on http://myserver.com/bonita/API/identity/user/102

Notifications