Delete Link
DELETE/links/:linkId
Delete Link
Request
Version stringrequired
API Version
Available options
v3linkId stringrequired
Link Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
succededbooleandeprecated
Indicates whether the link was successfully deleted (legacy field, misspelled). Use succeeded with x-api-version: v3.
succeededboolean
Indicates whether the link was successfully deleted.
{
"succeeded": true
}