The ID of the application to delete environment variables from. If the application belongs to an organization, include the organization ID in the format
appId-orgId
.An array of environment variable keys to delete.
Response
Indicates whether the call was successful.
success
if successful, error
if not.An array of remaining environment variable objects after deletion.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have permission to access the application.APP_NOT_FOUND
: The specified application does not exist.INVALID_BODY
: The request body is not a valid array or is empty.INVALID_KEY
: One or more provided keys are invalid or forbidden.ENVIRONMENTS_NOT_FOUND
: None of the specified environment variables were found.