Delete a Loop Link
Delete an existing Loop Link.
Request
HTTP Request
DELETE https://api.predicthq.com/v1/loop/links/
Path Parameters
Parameter
Description
link_id
An existing Loop Link ID.
Response
If successful, the HTTP response code will be 204 No Content
.
Examples
curl -X DELETE "https://api.predicthq.com/v1/loop/links/$LINK_ID" \
-H "Authorization: Bearer $ACCESS_TOKEN"
Guides
Below are some guides relevant to this API:
Last updated
Was this helpful?