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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

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