DELETE
/
{resourceSlug}
/
forms
/
{modelId}
curl --request DELETE \
  --url https://app.agentcloud.dev/{resourceSlug}/forms/{modelId}
{
  "_id": "<string>",
  "redirect": "<string>"
}

Path Parameters

resourceSlug
string
required

The resourceSlug is a URL parameter of the teamId associated with the user.

modelId
string
required

The ID of the model to be deleted.

Response

302
dynamicResponse
Successful operation, redirect to '/{resourceSlug}/models'. (this needs to be modified to correctly display dynamicResponse)

Server response after successsfully adding a new object

_id
string

The unique Mongo id of the newly inserted object.

redirect
string

a string containing the redirect link to get all objects after a successful insertion.