Search documentation
karat

+

K

User Documentation ↗

Delete object property

DELETE/api/gotham/v1/objects/{primaryKey}/properties/{propertyId}

Delete a specific property from an object instance.

Path parameters

primaryKey
string

The primary key of the object to delete a property from.

propertyId
string

The unique identifier of the property to be deleted.

Response body

EmptySuccessResponse
object

Empty response indicating success.

Examples

Request

Copied!
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"