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
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic 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
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
