Nia Api Docs
  1. APIs
Nia Api Docs
  • Walk through the Nia Api
  • APIs
    • Find by ID
      GET
    • Add a new pet to the store
      POST
    • Update an existing user
      PUT
    • Deletes a user
      DELETE
    • Finds User by status
      GET
  1. APIs

Deletes a user

Prod Env
https://prod.your-api-server.com
Prod Env
https://prod.your-api-server.com
DELETE
https://prod.your-api-server.com
/user/{Id}
pet
Last modified:2023-09-25 16:45:01

Request

Path Params
Id
string 
required
Header Params
api_key
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://prod.your-api-server.com/user/' \
--header 'api_key;'

Responses

🟢200OK
application/json
Body
code
integer 
required
>= 0<= 0
Example
{
    "code": 0
}
Modified at 2023-09-25 16:45:01
Previous
Update an existing user
Next
Finds User by status
Built with