v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Schemas

Reset Primary Keys

Deletes all primary key overrides for a schema, reverting to the primary keys detected from the source.

To replace the overrides with a new set rather than clearing them entirely, use PUT /api/connections/{connection_id}/schemas/{schema_id}/primary_keys instead.

delete/api/connections/{connection_id}/schemas/{schema_id}/primary_keys

Path parameters

connection_idstring uuid required

Unique identifier of the connection.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the connection.

schema_idstring required

Identifier of the schema whose primary key override should be cleared.

Example:public.users

Identifier of the schema whose primary key override should be cleared.

Headers

X-Polytomic-Versionstring

Response

Accepted