Skip to content

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.

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.

An empty response.