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.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”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.
Responses
Section titled “Responses”An empty response.