2.1 KiB
2.1 KiB
Return to top
Delete Env
==========================================================================================================
DELETE
/services/{uuid}/envs/{env_uuid}
Delete env by UUID.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the service.
Type
string
Required
env_uuid*
UUID of the environment variable.
Type
string
Required
Responses
200400401404
Environment variable deleted.
Content-Type
application/json
SchemaJSON
JSON
{
"message": "Environment variable deleted."
}
DELETE
/services/{uuid}/envs/{env_uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
env_uuid*
Try it out
Samples
Powered by VitePress OpenAPI