Remove Connection
Deletes a connection.
🚧 Deleting a connection that is referenced by fieldsets, syncs, bulk syncs, or schedules returns
422 connection in useunless you passforce=true. Withforce=true, the API deletes those dependent resources before removing the connection.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
id
Headers
X-Polytomic-Version
Query parameters
force
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
