Passer au contenu principal
DELETE
https://{tenantDomain}/api/v2
/
actions
/
modules
/
{id}
Supprimer un module d’Actions spécifique par ID
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/actions/modules/{id} \
  --header 'Authorization: Bearer <token>'

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

L’ID du module Action à supprimer.

Réponse

Le module Action a été supprimé.