socagesishax
  1. pet
socagesishax
  • Start your Apidog journey
  • Spider-Gwen The Ghost-Spider Vol. 2 - Unraveled by Stephanie Phillips Paolo Villanelli Von Randal Mark Brooks on Audiobook New
  • Download PDF The Runner by Lloyd Devereux Richards
  • PDF EPUB Download Knight Owl by Christopher Denise Full Book
  • epub download Bi-directionality in Human-AI Collaborative Systems by Elsevier Science Ranjeev Mittu MS Donald Sofge PhD Marco Brambilla PhD
  • Online Read Ebook Some Like It Scot A Novel by Pepper Basham
  • Online Read Ebook Frostbite Part of the Orphan and Sage Saga by Amanda S. Burke
  • PDF EPUB Download A Girl Like Us A Novel by Anna Sophia McLoughlin Full Book
  • epub download Talinga by Margaret A Sinclair
  • Download PDF 15th International Munich Chassis Symposium 2024 Volume 3 steering.tech and chassis.tech by Peter E. Pfeffer
  • Read Pdf Crimson Keepsakes by M. A. Skallberg
  • PDF Fatal Error An Ali Reynolds Mystery by J. A. Jance
  • Read pdf No Domain The John McAfee Tapes by
  • Read Pdf I minnets labyrint by Ken Follett Sam J. Lundwall
  • download pdf Decoding the Chessboard of Asian Geopolitics Asian Powerplay in South Asia Central Asia and West Asia by Debasish Nandy Monojit Das
  • Anime Manga Digital Coloring Guide Choose the Colors That Bring Your Drawings to Life With Over 1000 Color Combinations by Teruko Sakurai on Ipad
  • PDF EPUB Download The Survivor Wants to Die at the End by Adam Silvera Full Book
  • DOWNLOAD PDF EPUB Navigating Landscapes of Dalcroze Practice Histories of Music and Movement by John Habron-James Johanna Laakkonen Selma Landen Odom
  • Read pdf Wonderland A Fantasy Role-Playing Setting by Andrew Kolb
  • Logos that Last How to Create Iconic Visual Branding by Allan Peters on Ipad
  • Pdf ePub The Hidden Dungeon Only I Can Enter Manga Vol. 10 by Meguru Seto Tomoyuki Hino Takehana Note download ebook
  • PDF Download Inside Passage A Corey Logan Thriller by Burt Weissbourd
  • download pdf Target Tehran How Israel Is Using Sabotage Cyberwarfare Assassination - and Secret Diplomacy - to Stop a Nuclear Iran and Create a New Middle East by Yonah Jer
  • PDF EPUB Download The Mastering Engineers Handbook 5th Edition by Bobby Owsinski Full Book
  • PDF Download The Treasure Hunt True Stories of Treasures Lost Stolen and Found by Leisa Stewart-Sharpe Gordy Wright
  • Online Read Ebook Amelia If Only by Becky Albertalli
  • 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-23 01:12:31
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with