Delete a user-defined property from a project

delete/projects/{projectId}/userProperties/{propertyKey}

Deletes the specified user-defined property from the specified project.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

propertyKey
string
true

The key of the user-defined property.

Responses

StatusMeaningDescription
204No Content

The property was deleted.

404Not Found

No project or property exists at the requested path.

Schema