Skip to main content

specs_revision

Creates, updates, deletes, gets or lists a specs_revision resource.

Overview

Namespecs_revision
TypeResource
Idgoogle.apigeeregistry.specs_revision

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_apis_versions_specs_delete_revisionDELETEapisId, locationsId, projectsId, specsId, versionsIdDeletes a revision of a spec.

DELETE example

Deletes the specified specs_revision resource.

/*+ delete */
DELETE FROM google.apigeeregistry.specs_revision
WHERE apisId = '{{ apisId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}'
AND specsId = '{{ specsId }}'
AND versionsId = '{{ versionsId }}';