api-docs-icon

Delete an API Specification and it's associated metadata

DELETE
/ api/ {api_name}/ spec/ {api_version}

api_name
string
required

Unique project name or the uuid

Example:
my-project
api_version
union
required

Can be either the semantic version or a released type (like latest)

Variant 1
enum
Allowed Values:
latest
OR
Variant 2
string

Semantic version following conventions from https://semver.org/

Example:
0.1.0

Responses

Successful deletion

Code Examples

Response