+
K
Delete a specific property from an object instance.
string
The primary key of the object to delete a property from.
The unique identifier of the property to be deleted.
object
Empty response indicating success.
1 2 3
curl -X DELETE \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/gotham/v1/objects/ri.gotham.111111-0.object-internal.111111/properties/abc123"