Description
Request Method
ActionUrl/api/v1/profile/{profile-uuid}
Request Parameter Name | Description | Required | {profile-uuid} | the uuid of the Profile to delete | Yes | Response Elements Name | Description | response | the Response Element | uuid | the id from the deleted Profile |
ExamplesExample Request
URL: http://localhost:8080/api/v1/profile/ 1234abcd -b401-4321-1234-4321bcda1234
Example Response {
"response" : {
"status" : "ok",
"message" : "",
"requestID" : "98447a4c-4b42-11e1-a569-0023ae8ddf40"
},
"uuid" : "1234abcd-b401-4321-1234-4321bcda1234"
}
Related Operations
|
|