/v1/api/{apiId}

DELETE <baseUrl>/v1/api/{apiId}

DELETE Delete API by ID

Delete an API by its unique identifier.

Responses

204 API deleted successfully.

GET Get API by ID

Retrieve a specific API by its unique identifier.

Responses

200 API retrieved successfully.

OPTIONS Options for API by ID

Responses

200 Options successful. Returns allowed HTTP methods.

Security

  • apiKeyAuth [apiKey]
    API Key authentication. Use the X-API-KEY header (generated from the Vaktum portal) to authenticate directly to a workspace.
    In: header
    Name: X-API-KEY
  • bearerAuth [http]
    OAuth2 authentication. Use the Authorization header with a Bearer token. Also provide X-WORKSPACE-ID header for workspace context.
    Scheme: bearer
    Bearer Format: JWT