Vegazap
Sample APIs
Copy Page
Vegazap
Comece por aqui
Autenticação
Códigos HTTP das respostas
Canais de suporte
Sample APIs
Find pet by ID
GET
Add a new pet to the store
POST
Update an existing pet
PUT
Deletes a pet
DELETE
Finds Pets by status
GET
Sample APIs
Copy Page
Deletes a pet
DELETE
/pet/{petId}
testar
Run in Apidog
Run in Apidog
pet
Requisição
Parâmetros Path
Gerar Código
petId
string
requerido
Pet id to delete
Parâmetros Header
Gerar Código
api_key
string
opcional
Exemplos de Requisição
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'/pet/'
\
--header
'api_key;'
Respostas
🟢
200
OK
application/json
Gerar Código
Body
Gerar Código
code
integer
requerido
>= 0
<= 0
Exemplo
{
"code"
:
0
}
Modified at
2024-09-24 14:48:55
Página anterior
Update an existing pet
Próxima página
Finds Pets by status