Delete a repository application property
DELETE
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
Delete an application property value stored against a repository.
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.
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.