---
id: approval-action-unlink-checklist-specification
title: "Unlink checklist specification from action"
description: "Detaches the checklist specification from an approval action."
sidebar_label: "Unlink checklist specification from action"
hide_title: true
hide_table_of_contents: true
api: eJzdVlFv20YM/isHPrWAZjupAwx685oMy7CHoHXQAolh0DrauuZ0p95RWTJD/33gSXbkOEUKFNuA+eEsnXjkx4/kkVvQFItgajbeQQ7nxFiUFBWXpIqSijtrIqtYU2HWpkARU+vgK4VOYV0Hf49WYSH7I8jA1xSS0KWGHHYCy04gb5w17m6517s80AsZMG4i5DcwS/KwyCBS0QTDj5DfbGFFGCjMGi4hv1m0iwxqDFgRU4hJwIgPNXIJGTisSDAkVUujIYNYlFQh5Fvgx1o+Gse0oQBtBoG+NiaQhpxDQ9kzXuYlqctz5deJmBccpwesakuQn/w8PRVkgWLtXaQo5k4nU/k71nlI7J8Yle4ioEcCavr58/G599aQY0Uh+KD2ZpRuSLFXxt2jNVoZVzesfFCVidG4jXqiSvAW3jE5Fu1Y17ZHMP4SxcT2mCm/+kIFw5CnG4iM3MT3XpMwIHggg4pixA1J8Oog+cCmI2EgfRyB54T/Np9fqe6EKrwmFagOFMmx+MID6lQx5OMNjTajTE0nE1lOZHkny/TtQZSmk0krJBxgiRyM2xxBmakKi9I4+ikQalxZ6m0lXFwiqwKZNj6Yv/rKiRTuKag1GtsEOrAMK9RLIZEiS4g72r4DxCoYWmeqbCp0T0gGUrvs7MCJuh0bt/ALavWhM3oLsnHtsOEyQda3cEjOUFog7iL6OkitjTyiTWlsbFS48g0/wTq0IxXQU5Fyv0K79qEirRK7jtE40vuUHmZwm34ZnL1UIR87+p9XiHE65bnbyO1lYmxIeZfAza4uVTSa/melEYdE9MlwJqVxNjmV5d1h4M/+u6oQZ4NDu+yElh1l/1p9XPbmVZ86FyLTVYrsmILUtcN7NFa0HhXMi8f/0dKZOdU4eqipYNK9S74omhBIj9SVJYykODwq3KBxyiJT2FVNwsWllxatyRJLjqaumcN419vGXW8bb/cNtB1/u3F3UeuacBMs5FAy1zEfj7E2I9dYW1tkKe5R4StoB539o9RTVwbD/r4nTBTtene6P5MQZP3Drz5UyJDD75/mIK4Zt/ZyXPB03J6MJqOJTBeGO+56FyVAtY9cYSrsfmC4TkPKK8NP0ft9EMTt09Xxw4NU7zzTA49ri8YJ2MTstg/VzX68ggz2gPLhvPOteC0yKH1k0bHdrjDSdbBtK9tfGwoyay0yuMdgJNlTTLWJ8qwhX6ONz8ejoeNvPvS34Fv16tD0opP9JrpHEBC2kTfI4I4eD8a5dtFmUBJqCgli931WFFTz4OTRFS65t0//84s/LuYXQuBh0j1LsmTgRWDbbScx93fk2naPk+VdMLbt34Tm9dM=
sidebar_class_name: "delete api-method"
info_path: docs/api/approval
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Unlink checklist specification from action"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/approval/action/{action_id}/checklist_specification"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Detaches the checklist specification from an approval action.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"in":"path","name":"action_id","schema":{"type":"integer"},"required":true,"description":"The ID of the approval action.","example":1842}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"204":{"description":"The specification was detached."},"4XX":{"description":"Client error responses due to invalid input or missing parameters.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific client error (e.g., 400, 401, 403, 404).","example":400},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"bad_request"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Bad Request\", \"Unauthorized\").","example":"Bad Request"},"message":{"type":"string","description":"Additional details about the error.","example":"The request was malformed or contained invalid parameters."}}}}}},"5XX":{"description":"Server error responses indicating an issue on the API side.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific server error (e.g., 500, 502, 503).","example":500},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"internal_server_error"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Internal Server Error\", \"Service Unavailable\").","example":"Internal Server Error"},"message":{"type":"string","description":"Additional details about the error.","example":"An unexpected error occurred. Please try again later."}}}}}}}}
>
  
</StatusCodes>


      