cURL
curl --request POST \ --url https://api.getmembrane.com/connections/{id}/data/{dataCollectionKey}/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "parameters": {} } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Data Collection parameters
Show child attributes
The response is of type object.
object
Was this page helpful?