| DELETE | /users/{userId}/profiles/{profileId} | Delete a specified security profile for a specified user |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserUuid | query | Guid | Yes | The internal Id of the user making the request |
| UserId | path | int | Yes | ID of user whose profile(s) to delete |
| profileId | path | int | Yes | Profile Id of User Profile. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserUuid: 00000000000000000000000000000000,
UserId: 0,
profileId: 0
}