POST /v1/syndication/cancel

NOTE: This method is not accessible to users on Starter Plan API keys. Please contact us if you want premium access to our service

HTTP Method: POST

Path:  /v1/syndication/cancel

Authentication: API Key required, User ID required

Description: Cancel the syndication of an entity

Parameters:

 

Parameter Type Mandatory Description Example
api_key string yes the user API key b66qw3edr56thhg
_user_id string yes The user user_id ax34er6tt65edr
syndication_id string yes The id returned by the system following a succesful /v1/syndication/create command
3ff6051659c6c48e28c50d1af5988e14

 

Sample Success Response:

{
    "success": true,
    "msg": "ok",
    "data": {
        "ok": true,
        "id": "3ff6051659c6c48e28c50d1af5988e14",
        "rev": "2-bec788cb2677604827593379e6620252"
    }
}

Docs Navigation