Petstore API

Delete user resource.

This can only be done by the logged in user.

delete
/api/v3/user/{username}

Path Parameters

usernamestringrequired

The name that needs to be deleted

Response

User deleted

delete/user/{username}
 
Invalid URL value '/api/v3/user/'
- missing protocol

Order

object
idinteger(int64)

Example:10

petIdinteger(int64)

Example:198772

quantityinteger(int32)

Example:7

shipDatestring(date-time)
statusstring

Order Status

Allowed values:placedapproveddelivered

Example:approved

completeboolean
Example

Category

object
idinteger(int64)

Example:1

namestring

Example:Dogs

Example

User

object
idinteger(int64)

Example:10

usernamestring

Example:theUser

firstNamestring

Example:John

lastNamestring

Example:James

emailstring

Example:john@email.com

passwordstring

Example:12345

phonestring

Example:12345

userStatusinteger(int32)

User Status

Example:1

Example

Tag

object
idinteger(int64)
namestring
Example