---
id: service-action-delete
title: "Delete a service action"
description: "Delete a service action"
sidebar_label: "Delete a service action"
hide_title: true
hide_table_of_contents: true
api: eJztWEtv3DYQ/ivEnFpA2U2C+qKbUTvoFnkYsY0GsI0FV5xdMaZImQ87W0H/vRhS0moftpEArXvISRJFznyc+eZBNmBqtNxLo2cCcnBo72WBc17QUC5QoUfIwPOVg/wKjuM43GQg0BVW1vEzh5M4kXHWCWBJAGRQc8sr9GhpfQOuKLHikDfgpVcIOcwEyV/X9O68lXoFGSyNrbiHHEKQ9H9b26WWdwGZFKi9XEq0bGks8yUyGvBrZrG26FB7FIw7xtnl5ewE2gwkLa+5LyEDzSvSGeVbvAvSooDc24Bt9n8E2pl2dgDvTQYOi2ClX0crL5BbtMfBl5Bf3dBvi6422qGjHb398oUe21g/Lb5i4TeIpF4xqZ3nukAHGRRGe9SeFvK6VrKIrJl+dbT6kL2OBwpYIpmXSbkUL2bUZMhmT18l9XvUK7LWmwwq/q3/ent0lIE2cdOoQwX5lQ5K3bS7mD7yCplZjlBM2IfgPFtQUGijX2FV+zVLKhnXgmnjGd4Frpg3jKQSQqfC6t9BeK7CahfhcfCm4l4WXKk1W6GmVICCLa2p2HU01zVEWDUWctm5fP6CHhToiPbzQ4C4Xn9aRvq/BLTBZ8mVBzJkRM7Cowq4c6aQ0QFb26N9V+gcX6UA6nf3IY1ttsit5WvIQHqs3IhFJkb2XiAqvEd1iGwdj0DgItC31EvTPch0KagfuO0f3SprjSX7cs9VqhBLHhRZuhOwbZAOPnN4j5S4WMQzYSdpmaOwuI5LEwc7ExwCvC34oozlhyKrW8P63NVm4GWFzvOqHgnSoVqg3RfUT+3jphcnNaukUtJhYbRw0LbjjHw1QL3JgAshSRxXZyPjL7lyuKvuUALu/c4epC93TJX0FhaJMnPuD1lmILvgHmn7oRbfM9157oN7iiQ1aiH1ap5wEMnSQCTMvLZmZdFR/XChKNLbkkuFFHoF1RZF73vhch4V94ZP3cSEnZcmKEFJ1egh33bBgoLdcxXQkXtoPNWfThDB7Rod2te4K9mPk20oZ8PccYhGh2ywQaSAI+I+L/Fzmshqa0QoULDFekdU34e9YKpVUt++pP6e2Iv18yF/6dCy2UnPiECfD6VhnYwt4+5Vxucan11fPhHSbUvifzvUXr2LZoq739IU06ZjIsTG4PhsxqT2aBPaH+q7TrtE/HT2T5H9uxH4fCL84+LijKUFrDCCEqCIOPQquTJqJJ9ti3vMW4kTcVWSl6yyRIuazg5asIJ7XBkr/x5CNil5Vvh5aazPWBkqrl9Z5IIvVK+LVjLSmYSvv6usnKCPeauT1deC2pp7KWJTN/Ai1Ztv/gDZfpgG4/oy8t2m7g5FJ5Hw6CcJf5LwZUkYN+ZLQxcLw01CPNPmMO0q3LQZjrXtNCmaNlK0kGpgf20QrIIcSu9rl0+nvJYTarNrxT2Vn0lhKhgfgs+Jj4li46PwYF0SRBriNMi7SZB1L+/6kvbnXxfRfLGBzRsgPMmEbyavJ6+J3x3fP47gkOVik2Gcr3gMkO4I//g1yZaDmk28PbGk2wv5eForLiNBo6GazspXfR8BGeTj64NBRi5j71Ua52l60yy4w0ur2paG7wJaulC4yeCeW0kkjt4Q0tG7ONzIjtH/8rljzK/sMcT94UXT0SV2cJADZHCL63Q7Q2er/1Djxk4tnaJL5AJt3Hb6f1wUWPvRyr2ESEwciH9y+v704pRsvk3BHcqlc+shYE2TZlyYW9RtO+D09E0Y2/Yf3p3njg==
sidebar_class_name: "delete api-method"
info_path: docs/api/nullplatform-api
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={"Delete a service action"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/service/{serviceId}/action/{id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Delete a service action

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

<ParamsDetails
  parameters={[{"schema":{"title":"Id","type":"string","format":"uuid","description":"Unique identifier for the entity represented as a UUID"},"in":"path","name":"id","required":true},{"schema":{"title":"Id","type":"string","format":"uuid","description":"Unique identifier for the entity represented as a UUID"},"in":"path","name":"serviceId","required":true}]}
>
  
</ParamsDetails>

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

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"2XX":{"description":"Object representing instances","content":{"application/json":{"schema":{"title":"Action","properties":{"id":{"title":"Id","type":"string","format":"uuid","description":"Unique identifier for the entity represented as a UUID"},"name":{"type":"string","minLength":1,"maxLength":255,"not":{"enum":[null]},"description":"Name of the entity. Must be a non-empty string and not equal to null"},"slug":{"type":"string","minLength":1,"maxLength":255,"not":{"enum":[null]},"description":"Slug of the entity. Automatically generated from \"name\""},"specification_id":{"title":"Id","type":"string","format":"uuid","description":"Unique identifier for the entity represented as a UUID"},"desired_specification_id":{"anyOf":[{"title":"Id","type":"string","format":"uuid","description":"Unique identifier for the entity represented as a UUID"},{"type":"null"}],"description":"Desired unique identifier for the associated specification"},"messages":{"title":"Message","type":"array","items":{"type":"object","properties":{"level":{"type":"string","enum":["debug","info","information","warn","warning","error","fatal"],"default":"info","description":"Message severity level. Defaults to \"info\""},"message":{"type":"string","description":"The actual message content"},"timestamp":{"type":"number","description":"Timestamp of the message in milliseconds"}},"required":["message"],"additionalProperties":false,"description":"Object representing messages with severity levels"}},"created_at":{"type":"string","format":"date"},"updated_at":{"type":"string","format":"date"},"status":{"type":"string","enum":["pending_create","pending","in_progress","success","failed","cancelled"],"description":"Status of the action. Should be one of the specified values in the ActionStatus enumeration"},"parameters":{"type":"object","description":"Parameters associated with the action"},"results":{"type":"object","description":"Results produced by the action"},"service_id":{"title":"Id","type":"string","format":"uuid","description":"Unique identifier for the entity represented as a UUID"},"link_id":{"title":"Id","type":"string","format":"uuid","description":"Unique identifier for the entity represented as a UUID"},"created_by":{"type":"string","description":"User ID of the user who created the action"}},"description":"Object representing instances","type":"object","additionalProperties":false}}}},"4XX":{"description":"Format for representing errors during API interactions","content":{"application/json":{"schema":{"title":"Error","type":"object","properties":{"statusCode":{"type":"number","description":"HTTP status code indicating the error"},"code":{"type":"string","description":"Unique error code for reference and categorization"},"error":{"type":"string","description":"Short, human-readable error type or category"},"message":{"type":"string","description":"Detailed error message providing additional context"}},"description":"Format for representing errors during API interactions","required":["statusCode","error","message"]}}}},"5XX":{"description":"Format for representing errors during API interactions","content":{"application/json":{"schema":{"title":"Error","type":"object","properties":{"statusCode":{"type":"number","description":"HTTP status code indicating the error"},"code":{"type":"string","description":"Unique error code for reference and categorization"},"error":{"type":"string","description":"Short, human-readable error type or category"},"message":{"type":"string","description":"Detailed error message providing additional context"}},"description":"Format for representing errors during API interactions","required":["statusCode","error","message"]}}}}}}
>
  
</StatusCodes>


      