Delete File Link
Delete the specified file links. Note that the linked record and the file will still exist and need to be deleted seperately.
Verb | DELETE |
---|---|
Endpoint | {base-url}/files/links |
Max Page Size | N/A |
Request Body
{
"body": [
{
"id": 2,
"fileId": 2,
"recordId": 466,
"recordType": 3
}
]
}
Returns
On Success
204 - No Content
Response Body
// 204 - No Content