Deletes a pet
client.pets.delete(numberpetID, RequestOptionsoptions?): void
/pet/{petId}
delete a pet
Parameters
petID: number
Deletes a pet
import ArenaDemoDayDemoDocsDemoSite from 'arena-demo-day-demo-docs-demo-site-and-typescript-library';
const client = new ArenaDemoDayDemoDocsDemoSite({
apiKey: 'My API Key',
});
await client.pets.delete(0);