User/id/Delete
From Oxygen.next Wiki
Contents |
[edit] Description
Deletes the User with the given Id.
[edit] Summary
URL: https://oxygennext.apigee.com/User/Id/Delete.format
Formats: Xml, Json
Requires Authentication (about Authentication): true
HTTP Method(s): POST
API rate limited (about Rate Limiting): true
[edit] Parameters
Id = Id (Guid) from the User.
Response
XML Example (truncated)
<?xml version="1.0" encoding="utf-8" ?> <Result> <ErrorCode>0</ErrorCode> <Message>OK</Message> </Result>
[edit] Usage examples
cURL (about cURL):
curl -u user:password https://oxygennext.apigee.com/User/e4fe7043-3071-4a4d-978c-5d5058b17674/Delete
Do you have an example to share in the language of your choice? Please share!
