delete https://api.workbase.io/v1/links/
Response
204Link deleted successfully
204Link deleted successfully
xxxxxxxxxx
curl --request DELETE \
--url https://api.workbase.io/v1/links/id \
--header 'Portal-Mode: employeePortal' \
--header 'content-type: application/json' \
--data '
{
"resourceType": "role"
}
'
Try It!
to start a request and see the response here!