Skip to content

Delete a variable for a team

Deprecated
DELETE
/teams/{username}/pipelines_config/variables/{variable_uuid}

Delete a team level variable. This endpoint has been deprecated, and you should use the new workspaces endpoint. For more information, see the announcement.

username
required
string

The account.

variable_uuid
required
string

The UUID of the variable to delete.

The variable was deleted

The account or the variable with the provided UUID does not exist.

Media type application/json
Error

Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.

object
type
required
string
error
object
message
required
string
detail
string
data

Optional structured data that is endpoint-specific.

object
key
additional properties
any
key
additional properties
any
Example generated
{
"type": "example",
"error": {
"message": "example",
"detail": "example",
"data": {}
}
}