Delete the action configuration for the given action type.
DELETE
/api/configs/actions/{actionType}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/configs/actions/{actionType}' \
--header "Authorization: Bearer $ACCESS_TOKEN"