Contents

Delete diagram

Delete diagram

Method

GET, POST

URL

https://cacoo.com/api/v1/diagrams/diagramId/delete.format
Example : https://cacoo.com/api/v1/diagrams/00e77f4dc9973517/delete.json

Format

json, xml

Authentication

required

Error

Status CodeMessageContent
403NOT_OWNERCannot delete this diagram as you are not the owner.
403EDITINGCannot be deleted as this diagram is being edited.

Parameters

Parameter NameTypeContentExample
diagramId (Required)StringDiagram Id00e77f4dc9973517
organizationKey (Required)StringOrganization Key from the Organizations APIabcdefghij

*If you are using a legacy plan (i.e. the old Free Plan or Plus Plan), you do not need to add organizationKey to the parameters.

Response

No response.

JSON Response Example

{

}

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<result />