specs_revision
Creates, updates, deletes, gets or lists a specs_revision
resource.
Overview
Name | specs_revision |
Type | Resource |
Id | google.apigeeregistry.specs_revision |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_apis_versions_specs_delete_revision | DELETE | apisId, locationsId, projectsId, specsId, versionsId | Deletes 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 }}';