ynugotungoni
  1. pet
ynugotungoni
  • Start your Apidog journey
  • Download Pdf Gears of War Ephyra Rising by Michael A. Stackpole
  • Pdf ePub An Unfinished Love Story A Personal History of the 1960s by Doris Kearns Goodwin download ebook
  • pdf download The Mastery of Customer Service in Careers by J Mark Munoz Nigel Hill Diane Crutcher
  • Read online Broken Ribs by Elizabeth Lee
  • download pdf Violeta by Isabel Allende Frances Riddle
  • epub download The Red Scrolls of Magic by Cassandra Clare Wesley Chu
  • DOWNLOADS A Fire in the Flesh by Jennifer L. Armentrout
  • PDF Kindle Stock Traders Almanac 2025 by Jeffrey A. Hirsch
  • DOWNLOADS Cooks Endeavour Voyage to Botany Bay by Kevin Jackson
  • PDF EPUB Download Overdetermined How Indian English Literature Becomes Ethnic Postcolonial and Anglophone by Ragini Tharoor Srinivasan Full Book
  • pdf download Proceedings of the International Field Exploration and Development Conference 2024 Volume 6 by Jiaen Lin
  • Pdf ePub Minimalista Your Step-by-Step Guide to a Better Home Wardrobe and Life by Shira Gill download ebook
  • Read Pdf Making Embedded Systems Design Patterns for Great Software by Elecia White
  • Online Read Ebook Como arruinar um casamento - Um livro sobre recomeços e amizades improváveis vencedor do prêmio Goodreads by Alison Espach Laura Folgueira
  • PDF DOWNLOAD En händelserik sommar by Sue Moorcroft Sara Hemmel on Iphone
  • Download Pdf Call Her Woman and Bend the Knee A Heroic Crown of Sonnets by Blupoetres Blupoetres
  • Pdf ePub The Unwanted Undead Adventurer Volume 12 Light Novel by Yu Okano Jaian Jason Li download ebook
  • PDF Download AI Engineering Building Applications with Foundation Models by Chip Huyen
  • Download Pdf Embroidering Animals with Color and Texture 25 Cute Critters with Pop-Up Details and Stumpwork by Jessica Long
  • Read online Scourge of the Emirates by Peter J. Murray
  • pdf download Storms Edge Life Death and Magic in the Islands of Orkney by Peter Marshall
  • Pdf ePub Recupera tu mente reconquista tu vida by Marian Rojas Estapé download ebook
  • Read online The Hero and the Sage Reincarnated and Engaged Volume 3 by Washiro Fujiki Heiro Joey Antonio
  • Pdf ePub Credit Stacking Accelerate Financial Freedom with Business Credit by Jack McColl download ebook
  • CPT Professional 2025 by American Medical Association on Audiobook New
  • PDF EPUB Download Deadly Obsession by Katie Reus 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-06 01:54:45
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with