Sandbox Environment Variables

Delete sandbox environment variable

Delete a custom sandbox environment variable from a project by key name.

delete/sandbox-environment-variables/{key}

Path parameters

keystring required

Environment variable name to delete.

Request body

projectIdstring uuid

Project to update. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.

Response

OK

projectIdstring uuid required

Project the environment variable belonged to.

keystring required

Environment variable name that was deleted.

deletedboolean required

Whether a stored environment variable was deleted.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.