v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB
Properties

Delete a property value for a given property

Deletes given property value.

delete/api/v2/teams/{team_slug}/properties/{property_id}/property_values/{id}

Path parameters

team_slugstring required

Team's sluggified name

property_idstring uuid required

Property UUID

Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781

Property UUID

idstring uuid required

Property Value UUID

Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781

Property Value UUID

Response

Annotations.Property.PropertyValueResponse

colorstring required

Color in rgba format

idstring uuid required
positioninteger

Position of property value in list

valuestring required

Example response

{
  "id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}