## Delete **delete** `/pets/{petId}` Deletes a pet. ### Path Parameters - `petId: number` ### Example ```http curl http://localhost:4000/api/v3/pets/$PET_ID \ -X DELETE \ -H "Authorization: Bearer $BARKEND_BEARER_TOKEN" ```