Chilkat Online Tools

Android / Squadcast API V3 / Delete Squad

Back to Collection Items

// Important: Don't forget to include the call to System.loadLibrary
// as shown at the bottom of this code sample.
package com.test;

import android.app.Activity;
import com.chilkatsoft.*;

import android.widget.TextView;
import android.os.Bundle;

public class SimpleActivity extends Activity {

  private static final String TAG = "Chilkat";

  // Called when the activity is first created.
  @Override
  public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    CkHttp http = new CkHttp();
    boolean success;

    // Adds the "Authorization: Bearer <access_token>" header.
    http.put_AuthToken("<access_token>");

    CkHttpResponse resp = http.QuickRequest("DELETE","https://api.squadcast.com/v3/squads/:squadID");
    if (http.get_LastMethodSuccess() == false) {
        Log.i(TAG, http.lastErrorText());
        return;
        }

    int respStatusCode = resp.get_StatusCode();
    Log.i(TAG, "Response Status Code = " + String.valueOf(respStatusCode));
    if (respStatusCode != 204) {
        Log.i(TAG, "Response Header:");
        Log.i(TAG, resp.header());
        Log.i(TAG, "Response Body:");
        Log.i(TAG, resp.bodyStr());
        Log.i(TAG, "Failed.");

        return;
        }

    Log.i(TAG, "Success.");

  }

  static {
      System.loadLibrary("chilkat");

      // Note: If the incorrect library name is passed to System.loadLibrary,
      // then you will see the following error message at application startup:
      //"The application <your-application-name> has stopped unexpectedly. Please try again."
  }
}

Curl Command

curl -X DELETE
	-H "Authorization: Bearer <access_token>"
https://api.squadcast.com/v3/squads/:squadID

Postman Collection Item JSON

{
  "name": "Delete Squad",
  "request": {
    "auth": {
      "type": "bearer",
      "bearer": [
        {
          "key": "token",
          "value": "{{sq_pb_auth_header}}",
          "type": "string"
        }
      ]
    },
    "method": "DELETE",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/squads/:squadID",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "squads",
        ":squadID"
      ],
      "variable": [
        {
          "key": "squadID",
          "value": "5ed4e5977cc8a1daa90d56eb",
          "type": "string"
        }
      ]
    },
    "description": "This endpoint is used to delete the squad. Squad should be assigned to any incident or part of any escalation policy.\nRequires `access_token` as a `Bearer {{token}}` in the `Authorization` header with `squad-update` scope."
  },
  "response": [
    {
      "name": "204 No Content",
      "originalRequest": {
        "method": "DELETE",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/squads/:squadID",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "squads",
            ":squadID"
          ],
          "variable": [
            {
              "key": "squadID",
              "value": "5ed4e5977cc8a1daa90d56eb"
            }
          ]
        }
      },
      "status": "No Content",
      "code": 204,
      "_postman_previewlanguage": "json",
      "header": null,
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "401 Unauthorized",
      "originalRequest": {
        "method": "DELETE",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/squads/:squadID",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "squads",
            ":squadID"
          ],
          "variable": [
            {
              "key": "squadID",
              "value": "5ed4e5977cc8a1daa90d56eb"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": null,
      "cookie": [
      ],
      "body": "{\n    \"meta\": {\n        \"status\": 401,\n        \"error_message\": \"<string>\"\n    }\n}"
    },
    {
      "name": "403 Forbidden",
      "originalRequest": {
        "method": "DELETE",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/squads/:squadID",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "squads",
            ":squadID"
          ],
          "variable": [
            {
              "key": "squadID",
              "value": "5ed4e5977cc8a1daa90d56eb"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": null,
      "cookie": [
      ],
      "body": "{\n    \"meta\": {\n        \"status\": 403,\n        \"error_message\": \"<string>\"\n    }\n}"
    },
    {
      "name": "404 Not Found",
      "originalRequest": {
        "method": "DELETE",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/squads/:squadID",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "squads",
            ":squadID"
          ],
          "variable": [
            {
              "key": "squadID",
              "value": "5ed4e5977cc8a1daa90d56eb"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": null,
      "cookie": [
      ],
      "body": "{\n    \"meta\": {\n        \"status\": 404,\n        \"error_message\": \"<string>\"\n    }\n}"
    },
    {
      "name": "500 Internal Server Error",
      "originalRequest": {
        "method": "DELETE",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/squads/:squadID",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "squads",
            ":squadID"
          ],
          "variable": [
            {
              "key": "squadID",
              "value": "5ed4e5977cc8a1daa90d56eb"
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": null,
      "cookie": [
      ],
      "body": "{\n    \"meta\": {\n        \"status\": 500,\n        \"error_message\": \"<string>\"\n    }\n}"
    }
  ]
}