Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Deletes the specified key. Use the confirmed parameter to confirm deleting the key. Otherwise, you get an error and the key is not deleted.
confirmed
The ID of the key.
16
Successful response
const response = await fetch('https://eu1.make.com/api/v2/keys/{keyId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "key": 0 }