Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Remove a key from the allow list for an entity
The body is of type object
.
Response
200
Success
Removes a custom field key from the allowlist for a specific entity type, preventing future use of that key across all instances of the entity. Existing values for this key on entity instances will no longer be accessible once the key is removed.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Remove a key from the allow list for an entity
The body is of type object
.
Success