tunipiqikana
  1. pet
tunipiqikana
  • Start your Apidog journey
  • Lire en ligne Pour le coeur dun tigre Tome 2
  • Kindle Calamity Rayne Knocked Up - Calamity Rayne 5 téléchargement
  • télécharger pdf Playing in the dark
  • PDF Ancient Enemies A Novel of the Hegemony - Hegemony Trilogy 2 par Brian McKinley
  • Télécharger Pdf Le Quart livre
  • Lire en ligne The Secrets We Keep
  • PDF Kindle Dans la tête dun chat par Jessica Serra Arnaud Tételin
  • Lire en ligne Journal dun noob Intégrale 1
  • téléchargement epub Idéalis Tome 2
  • PDF Lisette of Louisbourg téléchargement
  • Lire en ligne Lets Ride Public Transportation
  • Télécharger Pdf Family 20 Common Words for Q R S T U Volume 5 of 6
  • téléchargement epub Maitresse de la Rédemption - La nature du désir 5
  • téléchargement pdf Verte
  • PDF Kindle Je taime je te trompe - Repenser linfidélité pour réinventer son couple par Esther Perel
  • PDF Maillots cultes - Le guide ultime du collectionneur fan de foot téléchargement
  • Télécharger Pdf Fait semblant pour moi
  • Télécharger PDF Du mein lieber Rainer
  • télécharger pdf The Odyssey
  • TÉLÉCHARGER PDF EPUB Threads of Gold - Threads of Gold 1
  • TÉLÉCHARGEMENTS Interview Like a Pro Secrets of Standing Out and Getting Hired
  • TÉLÉCHARGEMENTS 1001 exercices corrigés de Mathématiques pour réussir sa spécialité Tle
  • PDF Kindle Tata par Valérie Perrin
  • télécharger pdf Le murmure des copeaux de bois givrés
  • PDF Kindle Guarding Lives Finding Myself My Saudi Arabian Story par Ken Macadini
  • Pdf ePub A Hellions Christmas Kiss - Connected by a Kiss 8 par Dawn Brower téléchargement ebook
  • PDF Kindle La reine des gargouilles Tome 3 par Jennifer Estep Steven Cuvelliez
  • Télécharger PDF Beautiful bastard
  • Télécharger PDF Mégara Hadès - New Fairy Tales Tome 3
  • Lire en ligne La maintenance automobile - 3e éd. - en 60 fiches pratiques
  • pet
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • store
    • Returns pet inventories by status
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. pet

Deletes a pet

DELETE
/pet/{petId}

Request

Authorization
OAuth 2.0
Implicit
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://petstore.swagger.io/oauth/authorize
Scopes:
read:pets-read your pets
write:pets-modify pets in your account
or
Path Params

Header Params

Responses

🟢204No Content
text/plain
Body

🟠400Bad Request
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/pet/' \
--header 'api_key;'
Response Response Example
400 - Example 1
{}
Modified at 2025-08-29 23:04:05
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with