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
Requiredformat
"uuid"output_uuid*
UUID of the output
Typestring
Requiredformat
"uuid"Responses
Deleted successfully