Security
petstore_auth(Required scopes: write:petsread:pets)
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/pet/{petId}
- Default serverhttps://petstore.swagger.io/v2/pet/{petId}
- Sandbox serverhttps://petstore.swagger.io/sandbox/pet/{petId}
curl -i -X DELETE \
'https://innovario.apishowdown.com/_mock/petstore/pet/{petId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'api_key: Bearer <TOKEN>'