provider user DELETE /user/{username}
@utdk/petstore /user/{username}
Delete user resource.
This can only be done by the logged in user.
username path required
The name that needs to be deleted
string

Try it

Authentication
Configure credentials for Swagger Petstore - OpenAPI 3.0
deleteuser
DELETE/user/{username}
This can only be done by the logged in user.

Parameters

required

The name that needs to be deleted

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import petstore from '@utdk/petstore';

await petstore.deleteuser()