API & DOCS

My Account            

API used to delete an existing FindMe

Use the FindMe Delete API to delete an existing FindMe

Use the FindMe Delete API to delete an existing FindMe within a DialogTech's account.

📘

Base URL for FindMe Delete

https://secure.dialogtech.com/ibp_api.php

Parameter List

ParameterRequiredAcceptsMax LengthNotesUsage
actionYesString: findme.deleten/aOnly accepts findme.delete to delete FindMe'sDefines the API Call as "FindMe Delete" type
access_keyYesStringn/aAccess Key from the Key Manager within a DialogTech accountCredentials used for access to the API for a particular DialogTech account
secret_access_keyYesStringn/aSecret Access Key from the Key Manager within a DialogTech accountCredentials used for access to the API for a particular DialogTech account
findme_idYesStringn/aBuilding Block ID of an existing FindMeDefines the FindMe being deleted

Using this API

These code examples are meant to show a basic method of accessing DialogTech's FindMe Delete API.

Example Response