Delete a locked revision for a REST API definition

delete/restApiDefinitions/{restApiDefinitionId}/revisions/{revisionId}

Deletes the specified locked revision for the REST API definition.

Request Samples

Path Parameters

NameTypeRequiredDescription
restApiDefinitionId
string
true

The identifier for the REST API definition.

revisionId
string
true

The identifier for the revision for the REST API definition.

Responses

StatusMeaningDescription
204No Content

The revision for the REST API definition was deleted.

Headers