yjokalothaqo
  1. pet
yjokalothaqo
  • Start your Apidog journey
  • Download Pdf Sweet Shadows by Tera Lynn Childs
  • DOWNLOADS Staying Married is the Hardest Part A Memoir of Passion Secrets and Sacrifice by Bonnie Comfort
  • Online Read Ebook En händelserik sommar by Sue Moorcroft Sara Hemmel
  • Read online New Perspectives on English Word Stress by Eiji Yamada Anne Przewozny Jean-Michel Fournier Nicolas Ballier
  • PDF EPUB Download V is for Venom Agatha Christies Chemicals of Death by Kathryn Harkup Full Book
  • Fiddling Is My Joy The Fiddle in African American Culture by Jacqueline Cogdell DjeDje on Ipad
  • Pdf ePub Between the Lines Concepts in Sound System Design and Alignment by Michael Lawrence download ebook
  • DOWNLOAD PDF EPUB Posthumanism Meets Surveillance Capitalism How to Delete the Manifest Image by Patrick Gamez
  • Burrows Badgers Second Edition A Skirmish Game of Anthropomorphic Animals by Michael Lovejoy Peter Johnston on Iphone New Format
  • epub download Gestalt Language Processing Supporting Autistic and Neurodivergent Children with Natural Language Acquisition by Alison Battye
  • Download Pdf Basic and Clinical Pharmacology 15e by Bertram G. Katzung Anthony J. Trevor
  • Read Pdf Marvel What If . . . Marc Spector Was Host to Venom A Moon Knight Venom Story by Mike Chen
  • DOWNLOAD PDF EPUB Someone Who Will Love You in All Your Damaged Glory Stories by Raphael Bob-Waksberg
  • Download Pdf Simone LaFray and the Bishop of Mumbai by S P OFarrell
  • PDF EPUB Download Delicious in Dungeon The Complete Box Set by Ryoko Kui Taylor Engel Full Book
  • Read online A New Approach to Dementia Examining Sensory and Perceptual Impairment by Andrea Tales Emma Richards Jan Kremlacek
  • Read online A Harvest of Hearts Deluxe Stenciled Edges by Andrea Eames
  • Read pdf Set My Heart on Fire A Novel by Izumi Suzuki Helen OHoran
  • epub download Jellyfish Have No Ears A Novel by Adèle Rosenfeld Jeffrey Zuckerman
  • Read pdf Dandelions Magic by Kai Parker
  • Read online The Mediators Toolkit Second Edition Formulating and Asking Questions for Successful Outcomes by Gerry OSullivan
  • Leonard Cohen A Novel by Jeffrey Lewis on Ipad
  • Download Pdf The Orrery by Bob Moulder
  • Julia Exklusiv Band 390 by Melanie Milburne Annie West Penny Jordan Karin Weiss Anike Pahl on Iphone New Format
  • PDF Vagabondo by Paul Freeman
  • 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

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
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/pet/' \
--header 'api_key;'
Response Response Example
400 - Example 1
{}
Modified at 2025-09-05 00:53:55
Previous
Updates a pet in the store with form data
Next
Returns pet inventories by status
Built with