cURL
curl --request POST \ --url https://api.supersonic.cv/objects/remove_field \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "field_id": "<string>", "object_type_slug": "<string>" } '
{}
API key: supersonic_live_...
FieldDefinition UUID to remove
ObjectType slug
Success
The response is of type object.
object