wuvusiknesho
  1. pet
wuvusiknesho
  • Start your Apidog journey
  • download pdf The Night Eaters Book 2 Her Little Reapers by Marjorie Liu Sana Takeda
  • DOWNLOADS BIG. Formgiving. An Architectural Future History by TASCHEN
  • pdf download The Woman Left Behind by Kristen Ashley
  • PDF DOWNLOAD In the Family Way A Novel by Laney Katz Becker on Iphone
  • DOWNLOADS The Law and Practice of Maritime Liens by Damien J Cremean
  • Download PDF Unstoppable by H M Duval
  • PDF Kindle Du wolltest doch auf den Ponyhof Urlaub mit Kleinkindern in elf Versuchen by Judith Luig
  • DOWNLOAD PDF EPUB Tres pequeñas mentiras by Laura Marshall
  • epub download Quién manda aquí Whos the Boss Here by Javier Moreno
  • Read pdf The Threads Remain by Glenn Shapiro
  • PDF EPUB Download The Songbird and the Heart of Stone by Carissa Broadbent Full Book
  • PDF Kindle The Complete Writings by Zhuangzi Chris Fraser
  • download pdf Big Jim Begins by Dav Pilkey
  • America in the Arctic Foreign Policy and Competition in the Melting North by Mary Thompson-Jones on Iphone New Format
  • Download PDF Justice by Tracy L. Darity
  • The Primal of Blood and Bone by Jennifer L. Armentrout on Ipad
  • PDF Sunrise on the Reaping A Hunger Games Novel by Suzanne Collins
  • DOWNLOAD PDF EPUB Sustainable Food Consumption in China Changing Foodscapes Values and Practices by Alex Hughes Shuru Zhong Mike Crang Guojun Zeng Fernando Fastoso
  • Thousand Autumns Qian Qiu Novel Vol. 4 by Meng Xi Shi Me.Mimo on Ipad
  • Online Read Ebook The Official Stardew Valley Cookbook by ConcernedApe Ryan Novak
  • This Little Light of Mine by Jenï Sais Quoi on Iphone New Format
  • pdf download Herausforderungen und Erfolgsfaktoren deutscher Inhouse Consulting-Einheiten Eine empirische Studie by Lars Winkler Mirko Bendig Michael Broens
  • epub download Blood of Hercules by Jasmine Mas
  • La perra by Pilar Quintana on Ipad
  • Pdf ePub Front Porch Wisdom Navigating Leadership Pressures and Barriers as a Woman of Color by Froswa Booker-Drew Natasha Sistrunk Robinson download ebook
  • 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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/pet/' \
--header 'api_key;'
Response Response Example
400 - Example 1
{}

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
Modified at 2025-08-26 23:57:50
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with