Delete Foreign Key On Name
Deletes all specified occurrences of a key, belonging to the ForeignApp and ForeignDevice, table and record specified.
Specifying a blank table name will delete ALL keys of the given name; specifying a recordId of 0 will delete ALL keys of the given name for the given table.
Headers
The application token that identifies the partner app. Used when calling Online WebAPI from a server.
Path Parameters
The name of the foreign application.
The name of the foreign device.
The name of the foreign key to delete.
The device identifier. Optional if device identifier is not used.
Table name, transformed to and from numeric table id by the service layer.
Use an empty string to delete ALL keys that otherwise match; this may be dangerous and can take a long time if there are many items to delete.
Id of record that this key refers to. If the table name was blank, then this parameter must be 0. It can also be 0 to mean that the foreign key record was not bound to any particular record of the target table.
Specifying a zero recordId will remove the recordId restriction and delete all keys that otherwise match.
Response
No Content
Related topics
Delete Foreign Key On NameNSForeignSystemAgentDelete Foreign KeyDelete Foreign DeviceForeign keysForeignKeys