Delete a project variable

delete/projects/{projectId}/variables/{variableId}

Deletes the project variable associated with the specified project ID and variable ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string
true
variableId
string
true

Responses

StatusMeaningDescription
204No Content

The project variable was deleted.

404Not Found

No project exists at the requested path.

Schema