cancel
انصراف از ارسال
/v1/sms/cancel.json
Usage and SDK Samples
curl -X POST "https://api.apieco.ir/msg/v1/sms/cancel.json"import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DefaultApi;
import java.io.File;
import java.util.*;
public class DefaultApiExample {
    public static void main(String[] args) {
        
        DefaultApi apiInstance = new DefaultApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_8 body = ; // Body_8 | 
        try {
            inline_response_200_7 result = apiInstance.cancel(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DefaultApi#cancel");
            e.printStackTrace();
        }
    }
}import io.swagger.client.api.DefaultApi;
public class DefaultApiExample {
    public static void main(String[] args) {
        DefaultApi apiInstance = new DefaultApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_8 body = ; // Body_8 | 
        try {
            inline_response_200_7 result = apiInstance.cancel(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DefaultApi#cancel");
            e.printStackTrace();
        }
    }
}String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_8 *body = ; //  (optional)
DefaultApi *apiInstance = [[DefaultApi alloc] init];
// انصراف از ارسال
[apiInstance cancelWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_7 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');
var api = new _.DefaultApi()
var apiecoKey = apiecoKey_example; // {String} apikey for use API
var opts = { 
  'body':  // {Body_8} 
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.cancel(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
    public class cancelExample
    {
        public void main()
        {
            
            var apiInstance = new DefaultApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_8(); // Body_8 |  (optional) 
            try
            {
                // انصراف از ارسال
                inline_response_200_7 result = apiInstance.cancel(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DefaultApi.cancel: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_8 | 
try {
    $result = $api_instance->cancel($apiecoKey, $body);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DefaultApi->cancel: ', $e->getMessage(), PHP_EOL;
}
?>use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DefaultApi;
my $api_instance = WWW::SwaggerClient::DefaultApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_8->new(); # Body_8 | 
eval { 
    my $result = $api_instance->cancel(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DefaultApi->cancel: $@\n";
}from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DefaultApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_8 |  (optional)
try: 
    # انصراف از ارسال
    api_response = api_instance.cancel(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DefaultApi->cancel: %s\n" % e)Parameters
Header parameters
                            | Name | Description | 
|---|---|
| apieco-key* | 
                
                    String
                
                     
                        apikey for use API
                     
                    Required
                 | 
Body parameters
                            | Name | Description | 
|---|---|
| body |