diqachachych
  1. pet
diqachachych
  • Start your Apidog journey
  • PDF Kindle A Broken Window by Anne Leigh Parrish
  • epub download The Fragrant Flower Blooms With Dignity 1 by Saka Mikami
  • Download Pdf The Traitor Queen by Danielle L. Jensen
  • epub download Exodus The Archimedes Engine by Peter F. Hamilton
  • download pdf Interesting Facts about Space A Novel by Emily Austin
  • Online Read Ebook The Well by Jon Allen
  • Read Pdf The Genius of Empathy Practical Skills to Heal Your Sensitive Self Your Relationships and the World by Judith Orloff Dalai Lama
  • PDF Kindle Purpose in the Pain by Angela Santana
  • Download Pdf The Sisters A Novel by Jonas Hassen Khemiri
  • Read pdf The Diary of a Bad Bitch True Stories of Sensuality Self-Discovery and Spiritual Alchemy by Selene Ashï
  • PDF DOWNLOAD Enciéndeme by Tahereh Mafi on Iphone
  • Download Pdf Asset-Based Language and Literacy The Flip-To Guide to Multilingual Learner Excellence in the Core by Tonya W. Singer
  • DOWNLOADS Bodypedia A Brief Compendium of Human Anatomical Curiosities by Adam Taor
  • Fate Breaker by Victoria Aveyard on Iphone New Format
  • epub download Smart Sensors Design Challenges and Applications by Manoj Kumar Shukla Praveen Kumar Malik Anuj Jain Neeraj Kumar Mishra
  • Read Pdf Evidence-Informed Wisdom Making Better Decisions in Education by Bradley Busch Edward Watson Matthew Shaw
  • PDF DOWNLOAD Martyr by Kaveh Akbar on Iphone
  • The Game Masters Book of Legendary Locations 150 mythic sites fables ruins cursed temples and forgotten lairs plus dozens of random tables BBEGs factions maps and more
  • Read pdf Tourism in Rural Protected Areas Trends and Opportunities in Southern Africa by Kaitano Dube Ikechukwu O. Ezeuduji Magdalena Petronella Swart
  • PDF EPUB Download Blackwater Peaks - Rescued Hearts by A K Sarai Full Book
  • Read pdf The Art of God of War Ragnarök Deluxe Edition by Amy Ratcliffe
  • PDF Kindle Design User Experience and Usability 14th International Conference DUXU 2025 Held as Part of the 27th HCI International Conference HCII 2025 Gothenburg Swed
  • Online Read Ebook Metamorphosis Climate Fiction for a Better Future by Grist
  • PDF EPUB Download 15 Days of Prayer with Saint Pier Giorgio Frassati by Desjobert Fr Charles Full Book
  • PDF DOWNLOAD Suomi-neidon nurkkatanssit by Pentti Pirhonen on Iphone
  • Read Pdf How to Lose Yourself An Ancient Guide to Letting Go by Princeton University Press
  • Wild Moon Rising by Jenny Knight on Audiobook New
  • DOWNLOAD PDF EPUB Corrupt Devils Night 1 by Penelope Douglas
  • Download Pdf Across Yosemites Wilderness A Trailblazing Womans Career Protecting the Parks Backcountry by Laurel Munson Boyers
  • PDF EPUB Download Lorne The Man Who Invented Saturday Night Live by Susan Morrison Full Book
  • 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-09-01 21:14:01
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with