Skip to content

Delete an output by ID.

DELETE
/v1/store/{org_uuid}/outputs/{output_uuid}

It's used by the Terraform Provider when a resource is deleted.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
output_uuid*

UUID of the output

Typestring
Required
format"uuid"

Responses

Deleted successfully

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI