Skip to main content
Delete Foreign Key

Headers

SO-AppToken
string

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

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

ForeignKey, ApplicationName, DeviceName, DeviceIdentifier, TableName, RecordId

DeleteForeignKey: 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.

ForeignKey
object

Carrier object for ForeignKey. Services for the ForeignKey Carrier is available from the ForeignSystem Agent.

ApplicationName
string
DeviceName
string
DeviceIdentifier
string
TableName
string
RecordId
integer<int32>

Response

204

No Content