Skip to main content
Delete Foreign Key On Name

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Path Parameters

applicationName
string
required

The name of the foreign application.

deviceName
string
required

The name of the foreign device.

keyName
string
required

The name of the foreign key to delete.

deviceIdentifier
string
required

The device identifier. Optional if device identifier is not used.

tableName
string
required

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.

recordId
integer<int32>
required

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

204

No Content