Delete a pull request application property
DELETE
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
Delete an application property value stored against a pull request.
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.
pullrequest_id
required
string
The pull request ID.
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.