achatewhenke
  1. pet
achatewhenke
  • Start your Apidog journey
  • PDF Sweet or Bitter Love by Kon-ro
  • PDF DOWNLOAD Everything is Fine Volume One A WEBTOON Unscrolled Graphic Novel by Mike Birchall on Iphone
  • PDF Kindle Pink Heart Jam Vol. 2 by Shikke
  • Read online Exes Foes by Amanda Woody
  • Read pdf Chinas State Ideology and the Three Gorges Dam The Political Theodicy of Development by Yuen-ching Bellette Lee
  • epub download Escrito na neve by Thais Bergmann
  • Read online If You Dare by Harmony West
  • pdf download Hierarchies at Work Race World-Systems and Legal Distribution by Karen Engle Neville Hoad
  • Read pdf Superhabits The Universal System for a Successful Life by Andrew V. Abela
  • Pdf ePub Lady Maybe Revised 10th Anniversary Edition by Julie Klassen download ebook
  • Pdf ePub Park Avenue A Novel by Renée Ahdieh download ebook
  • DOWNLOADS Dinner for Vampires Life on a Cult TV Show While also in an Actual Cult by Bethany Joy Lenz
  • Read Pdf Omniscient Readers Viewpoint Vol. 7 by Sleepy-C UMI J. Torres Hye Young Im
  • Online Read Ebook The Ends of Things A Novel by Sandra Chwialkowska
  • Shaping a DesignedUp Organisation The Journey to Design Maturity by Emma Carter on Ipad
  • Read pdf Beautiful Solidarity Symbolic Impacts 2020 Racial Justice Uprisings by Eileen OBrien
  • download pdf Hephzibahs Healing Where Painful Circumstances Become Divine Conduits of Healing Restoration by Bonnie Walker
  • PDF Kindle This Is the Wizards Secret Weapon Vol. 1 light novel The Dawn Swordsman by Taro Hitsuji Kurone Mishima Genevieve Hill-Kaminishi
  • PDF EPUB Download Single Dating Engaged Married Navigating Life and Love in the Modern Age by Ben Stuart Full Book
  • Online Read Ebook M Son of the Century A Novel by Antonio Scurati Anne Milano Appel
  • Pdf ePub Case File Compendium Bing An Ben Novel Vol. 1 by Rou Bao Bu Chi Rou download ebook
  • Pdf ePub The Weimar Years Rise and Fall 1918-1933 by Frank McDonough download ebook
  • Training Mister Sakurada by Kaya Azuma on Ipad
  • Download PDF Impromusiktheater im Pflegeheim Eine musiktherapeutische Mixed-Methods Studie by Sungeun Kim
  • PDF My Sweet Orange Tree by Jose Mauro de Vasconcelos
  • 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-25 00:59:40
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with