eQuipAPI

<back to all web services

DeleteUserProfile

Delete a specified security profile for a specified user.

The following routes are available for this service:
DELETE/users/{userId}/profiles/{profileId}Delete a specified security profile for a specified user
DeleteUserProfile Parameters:
NameParameterData TypeRequiredDescription
UserUuidqueryGuidYesThe internal Id of the user making the request
UserIdpathintYesID of user whose profile(s) to delete
profileIdpathintYesProfile Id of User Profile.

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/oneway/DeleteUserProfile HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: application/json
Content-Length: length

{"UserUuid":"00000000000000000000000000000000","UserId":0,"profileId":0}