This operation takes a petId as a URL Path parameter and returns 200 if the object is successfully removed.
Parameter: PetId (path)
The API is secured using a simple AppId/Secret combination supplied in an http header. For details on how to set that up you can visit our online docs page.
curl -X DELETE -H "Authorization: Atmosphere ree,atmosphere_app_id=<AppId>,atmosphere_signature_method=NONE;" -H "Accept: application/json" http://demo.soa.local:9901/pet/<petId>
The API includes methods for managing the Pet data, if you are an admin you'll see information on these methods below. Users are welcome to search the PetStore by tags, and view Pets by Id.