Skip to content

Delete a commit application property

DELETE
/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}

Delete an application property value stored against a commit.

workspace
required
string

The repository container; either the workspace slug or the UUID in curly braces.

repo_slug
required
string

The repository.

commit
required
string

The commit.

app_key
required
string

The key of the Connect app.

property_name
required
string

The name of the property.

An empty response.