---
title: "POST /api/delete-resource"
method: POST
path: "/api/delete-resource"
tags: ["Resource API"]
---

# POST /api/delete-resource

`POST /api/delete-resource`

## Request body

- ObjectResource
  - `application` string
  - `createdTime` string
  - `description` string
  - `fileFormat` string
  - `fileName` string
  - `fileSize` integer
  - `fileType` string
  - `name` string
  - `owner` string
  - `parent` string
  - `provider` string
  - `tag` string
  - `url` string
  - `user` string

## Response `200`

Success or error

## Changes

- **2023-07-07** `430a30e91621` — 1 info
  - added the success response with the status `200`
- **2021-12-03** `1f675248e9cb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/casdoor/apis/casdoor-restful-api/changes/api/delete-resource/post.md)

---

[API](https://skmtc.dev/casdoor/apis/casdoor-restful-api.md) · [All operations](https://skmtc.dev/casdoor/apis/casdoor-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/casdoor/casdoor-restful-api/revisions/be9a5584b821/schema)
