Removing a notifier using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

REST Syntax

Click to view all REST Resources

/REST/Notifier/ DELETE — Remove the indicated notifier.

HTTP Action — DELETE

URIs — https://api.dynect.net/REST/Notifier/<notifier_id>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneNotifier — Remove the indicated notifier.

Arguments:

  • string notifier_idRequired. Identifier for the Notifier.
  • string tokenRequired. Session identifier.
Response:

Not Applicable.

Example Request — Click for More Info