DAFTAR SLOT GACOR PALING SUKA KASI MAXWIN ANTI RUNGKAP UPDATE BULAN NOVEMBER
  1. 示例项目
DAFTAR SLOT GACOR PALING SUKA KASI MAXWIN ANTI RUNGKAP UPDATE BULAN NOVEMBER
  • 🦊一分钟,了解 Apifox !
  • DAFTAR SLOT GACOR PALING SUKA KASI MAXWIN ANTI RUNGKAP UPDATE BULAN NOVEMBER
  • 示例项目
    • 查询宠物详情
      GET
    • 新建宠物信息
      POST
    • 修改宠物信息
      PUT
    • 删除宠物信息
      DELETE
    • 根据状态查找宠物列表
      GET
  1. 示例项目

删除宠物信息

DELETE
/pet/{petId}
Last modified:2022-10-28 20:23:26
Maintainer:Not configured

Request

Path Params
petId
string 
required
Pet id to delete
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 '/pet/' \
--header 'api_key;'

Responses

🟢200成功
application/json
Body
code
integer 
required
>= 0<= 0
Example
{
    "code": 0
}
Modified at 2022-10-28 20:23:26
Previous
修改宠物信息
Next
根据状态查找宠物列表
Built with