ghivyryqucaf
  1. pet
ghivyryqucaf
  • Start your Apidog journey
  • PDF EPUB Download Teen Titans Robin by Kami Garcia Gabriel Picolo Full Book
  • pdf download Sallys Lament A Twisted Tale by Mari Mancusi
  • Online Read Ebook Ghost of an Idea Hauntology Folk Horror and the Spectre of Nostalgia by William Burns
  • PDF Download PsyWar Enforcing the New World Order by Robert W. Malone MD MS Jill Glasspool Malone PhD Michael Flynn
  • PDF The Witness for the Dead by Katherine Addison
  • DOWNLOADS Injustice 2 Omnibus by Tom Taylor Various
  • CPT Professional 2025 by American Medical Association on Ipad
  • Read Pdf Lights Out An Into Darkness Novel by Navessa Allen
  • PDF EPUB Download Approaches to Teaching the Works of Fernando Pessoa by Paulo de Medeiros Jerónimo Pizarro Full Book
  • download pdf JOYBeing Connecting With Your Essence and the Rhythm of Life to Thrive and Inspire by Ann Van Eron Gila Ancel Seritcioglu
  • Pdf ePub Someone to Build Me Up by M L Nolan download ebook
  • Download PDF Julia Collection Band 212 Der Pakt der Milliardäre by Sheri WhiteFeather Brigitte Marliani-Hörnlein
  • Pdf ePub The Savage Noble Death of Babs Dionne by Ron Currie download ebook
  • PDF The Future Was Color A Novel by Patrick Nathan
  • epub download The Queering of the American Child How a New School Religious Cult Poisons the Minds and Bodies of Normal Kids by Logan Lancing James Lindsay
  • Read Pdf Quantum Listening by Pauline Oliveros Laurie Anderson IONE
  • Download Pdf In the Family Way A Novel by Laney Katz Becker
  • PDF EPUB Download Culpa nuestra Our Fault by Mercedes Ron Full Book
  • download pdf Mothmeister Sinister and Spiritual Post-Mortem Fairy Tales by Mothmeister
  • DOWNLOAD PDF EPUB The Shadow Thieves by Anne Ursu
  • DOWNLOAD PDF EPUB LEGO Ninjago Dragons Rising Adventure Atlas Journey Through the World of Ninjago by DK
  • PDF DOWNLOAD The Permaculture Garden A Practical Approach to Year-Round Harvests by Huw Richards on Iphone
  • epub download Katabasis Deluxe Limited Edition A Novel by R. F. Kuang
  • epub download The Threads Remain by Glenn Shapiro
  • Online Read Ebook Amanecer Breaking Dawn by Stephenie Meyer
  • 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-28 22:32:40
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with