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.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
connection_id
Unique identifier of the connection.
schema_id
Identifier of the schema whose primary key override should be cleared.
Headers
X-Polytomic-Version
Response headers
location
Response
Accepted
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error
