Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Deletes a data structure with a given ID and returns the ID in the response.
The data structure ID. Get the dataStructureId with the list data structures endpoint.
1459
Successful response
const response = await fetch('https://eu1.make.com/api/v2/data-structures/{dataStructureId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "dataStructure": 0 }