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.

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

ApplicationName, DeviceName, DeviceIdentifier, KeyName, TableName, RecordId

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

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

Response

204

No Content