jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/announcements/delete.json5
2023-07-11 23:48:17 +09:00

28 lines
399 B
Plaintext

{
summary: '',
description: '',
tags: [
'admin',
],
requireCredential: true,
req: {
type: 'object',
properties: {
id: {
type: 'string',
format: 'misskey:id',
},
},
required: [
'id',
],
},
res: {},
errors: {
'ecad8040-a276-4e85-bda9-015a708d291e': {
id: 'ecad8040-a276-4e85-bda9-015a708d291e',
code: 'NO_SUCH_ANNOUNCEMENT',
description: '',
},
},
}