Delete an illustration

DELETE /api/v1/illustration/{uuid}

Path parameters

  • uuid string Required

    The uuid of the illustration which to update.

DELETE /api/v1/illustration/{uuid}
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/illustration/53f22fe4-3731-4cdc-aa12-e65bd0b15e52' \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json" \
 --header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"